Mercurial > hg
changeset 41189:99125b7fb93e
histedit: add newline after ui.log "# acttions to histedit" message
Differential Revision: https://phab.mercurial-scm.org/D5572
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Fri, 11 Jan 2019 12:40:16 -0800 |
parents | 006c9ce486fa |
children | c3e5ce3a9483 |
files | hgext/histedit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.