Mercurial > hg
changeset 26038:7617bc7b0c97
histedit: add a missing "s" in a comment
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 31 Jul 2015 12:54:16 -0700 |
parents | a75d24539aba |
children | 84dcc37b1272 |
files | hgext/histedit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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])