D5572: histedit: add newline after ui.log "# acttions to histedit" message

spectral (Kyle Lippincott) phabricator at mercurial-scm.org
Fri Jan 11 20:45:44 UTC 2019


spectral created this revision.
Herald added a reviewer: durin42.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5572

AFFECTED FILES
  hgext/histedit.py

CHANGE DETAILS

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



To: spectral, durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list