# HG changeset patch # User Mads Kiilerich # Date 1349825396 -7200 # Node ID b8424c92ba2b132e9003279c6304e78388c96eff # Parent 4720d2c903a27bea0954ed41ae7b6bdb36bb6d11 spelling: fix minor spell checker issues diff -r 4720d2c903a2 -r b8424c92ba2b contrib/lock-checker.py --- a/contrib/lock-checker.py Tue Oct 09 12:47:54 2012 +0200 +++ b/contrib/lock-checker.py Wed Oct 10 01:29:56 2012 +0200 @@ -35,7 +35,7 @@ return orig.transaction(self, *args, **kwargs) # TODO(durin42): kiilerix had a commented-out lock check in - # writebranchcache and _writerequirements + # _writebranchcache and _writerequirements def _tag(self, *args, **kwargs): _checklock(self) diff -r 4720d2c903a2 -r b8424c92ba2b hgext/histedit.py --- a/hgext/histedit.py Tue Oct 09 12:47:54 2012 +0200 +++ b/hgext/histedit.py Wed Oct 10 01:29:56 2012 +0200 @@ -205,7 +205,7 @@ - message - date - username - Edition of commit message is trigered in all case. + Commit message is edited in all cases. This function works in memory.""" ctxs = list(repo.set('%d::%d', first, last)) diff -r 4720d2c903a2 -r b8424c92ba2b mercurial/bookmarks.py --- a/mercurial/bookmarks.py Tue Oct 09 12:47:54 2012 +0200 +++ b/mercurial/bookmarks.py Wed Oct 10 01:29:56 2012 +0200 @@ -264,7 +264,7 @@ return True elif repo.obsstore: # We only need this complicated logic if there is obsolescence - # XXX will probably deserve an optimised rset. + # XXX will probably deserve an optimised revset. validdests = set([old]) plen = -1 diff -r 4720d2c903a2 -r b8424c92ba2b mercurial/store.py --- a/mercurial/store.py Tue Oct 09 12:47:54 2012 +0200 +++ b/mercurial/store.py Wed Oct 10 01:29:56 2012 +0200 @@ -227,7 +227,7 @@ characters are encoded as '~xx', where xx is the two digit hex code of the character (see encodefilename). Relevant path components consisting of Windows reserved filenames are - masked by encoding the third character ('aux' -> 'au~78', see auxencode). + masked by encoding the third character ('aux' -> 'au~78', see _auxencode). Hashed encoding (not reversible):