histedit: add a missing "s" in a comment
authorPierre-Yves David <pierre-yves.david@fb.com>
Fri, 31 Jul 2015 12:54:16 -0700
changeset 26038 7617bc7b0c97
parent 26037 a75d24539aba
child 26039 84dcc37b1272
histedit: add a missing "s" in a comment
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])