--- a/hgext/histedit.py Wed Sep 25 17:57:16 2019 -0400
+++ b/hgext/histedit.py Wed Sep 25 14:35:08 2019 -0700
@@ -1986,11 +1986,8 @@
repo, wctx, c, ancs,
# These parameters were determined by print-debugging
# what happens later on inside histedit.
- False, # branchmerge
- False, # force
- False, # acceptremote
- False, # followcopies
- )
+ branchmerge=False, force=False, acceptremote=False,
+ followcopies=False)
except error.Abort:
raise error.Abort(
_("untracked files in working directory conflict with files in %s") % (