hgext/histedit.py
changeset 41189 99125b7fb93e
parent 41175 9bc7ec924234
child 41206 6acbe86c6490
--- a/hgext/histedit.py	Fri Nov 30 20:05:34 2018 +0100
+++ b/hgext/histedit.py	Fri Jan 11 12:40:16 2019 -0800
@@ -1900,7 +1900,7 @@
     state.topmost = topmost
     state.replacements = []
 
-    ui.log("histedit", "%d actions to histedit", len(actions),
+    ui.log("histedit", "%d actions to histedit\n", len(actions),
            histedit_num_actions=len(actions))
 
     # Create a backup so we can always abort completely.