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

spectral (Kyle Lippincott) phabricator at mercurial-scm.org
Fri Jan 11 15:54:47 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG99125b7fb93e: histedit: add newline after ui.log "# acttions to histedit" message (authored by spectral, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5572?vs=13178&id=13179

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
@@ -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.



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


More information about the Mercurial-devel mailing list