# HG changeset patch # User Mads Kiilerich # Date 1365982643 -7200 # Node ID c3b920980f221f7dcfd829b7b4af12d3f779aa1e # Parent 6b618aa08b6eb6394b934d0ea7829f1b24f4b9f3 spelling: fix typos and spelling errors diff -r 6b618aa08b6e -r c3b920980f22 hgext/mq.py --- a/hgext/mq.py Thu Apr 11 14:54:18 2013 +0200 +++ b/hgext/mq.py Mon Apr 15 01:37:23 2013 +0200 @@ -3044,7 +3044,7 @@ descendantrevs = repo.revs("%s::." % uctx.rev()) changedfiles = [] for rev in descendantrevs: - # blindy reset the files, regardless of what actually changed + # blindly reset the files, regardless of what actually changed changedfiles.extend(repo[rev].files()) # reset files that only changed in the dirstate too diff -r 6b618aa08b6e -r c3b920980f22 mercurial/context.py --- a/mercurial/context.py Thu Apr 11 14:54:18 2013 +0200 +++ b/mercurial/context.py Mon Apr 15 01:37:23 2013 +0200 @@ -1130,7 +1130,7 @@ wlock.release() def markcommitted(self, node): - """Perform post-commit cleanup necessary after commiting this workingctx + """Perform post-commit cleanup necessary after committing this ctx Specifically, this updates backing stores this working context wraps to reflect the fact that the changes reflected by this diff -r 6b618aa08b6e -r c3b920980f22 mercurial/help/config.txt --- a/mercurial/help/config.txt Thu Apr 11 14:54:18 2013 +0200 +++ b/mercurial/help/config.txt Mon Apr 15 01:37:23 2013 +0200 @@ -1494,7 +1494,7 @@ The websub expressions follow the old interhg extension syntax, which in turn imitates the Unix sed replacement syntax:: - pattername = s/SEARCH_REGEX/REPLACE_EXPRESSION/[i] + patternname = s/SEARCH_REGEX/REPLACE_EXPRESSION/[i] You can use any separator other than "/". The final "i" is optional and indicates that the search must be case insensitive.