diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -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.