diff -r a75d24539aba -r 7617bc7b0c97 hgext/histedit.py --- a/hgext/histedit.py Fri Aug 14 15:22:47 2015 -0700 +++ b/hgext/histedit.py Fri Jul 31 12:54:16 2015 -0700 @@ -1035,7 +1035,7 @@ replaced = set() fullmapping = {} # initialise basic set - # fullmapping record all operation recorded in replacement + # fullmapping record all operations recorded in replacement for rep in replacements: allsuccs.update(rep[1]) replaced.add(rep[0])