##// END OF EJS Templates
histedit: add newline after ui.log "# acttions to histedit" message...
Kyle Lippincott -
r41225:99125b7f default
parent child Browse files
Show More
@@ -1900,7 +1900,7 b' def _newhistedit(ui, repo, state, revs, '
1900 1900 state.topmost = topmost
1901 1901 state.replacements = []
1902 1902
1903 ui.log("histedit", "%d actions to histedit", len(actions),
1903 ui.log("histedit", "%d actions to histedit\n", len(actions),
1904 1904 histedit_num_actions=len(actions))
1905 1905
1906 1906 # Create a backup so we can always abort completely.
General Comments 0
You need to be logged in to leave comments. Login now