# HG changeset patch # User Pierre-Yves David # Date 1438372456 25200 # Node ID 7617bc7b0c9716e9edf6fbcc3a8fd31fa0471486 # Parent a75d24539aba3d8d94dda1d9cf5c24081768ed02 histedit: add a missing "s" in a comment 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])