hgext/histedit.py
changeset 26038 7617bc7b0c97
parent 25910 b4a85ddadcb9
child 26039 84dcc37b1272
--- 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])