Submitter | phabricator |
---|---|
Date | Dec. 23, 2017, 2:08 a.m. |
Message ID | <ae1197dfa3aed5dee2ad93bedad60801@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26423/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -1310,6 +1310,9 @@ state.topmost = topmost state.replacements = [] + ui.log("histedit", "%d actions to histedit", len(actions), + histedit_num_actions=len(actions)) + # Create a backup so we can always abort completely. backupfile = None if not obsolete.isenabled(repo, obsolete.createmarkersopt):