Mercurial > hg
changeset 17738:b8424c92ba2b
spelling: fix minor spell checker issues
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 10 Oct 2012 01:29:56 +0200 |
parents | 4720d2c903a2 |
children | 5b08e8b7ab00 |
files | contrib/lock-checker.py hgext/histedit.py mercurial/bookmarks.py mercurial/store.py |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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))
--- 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
--- 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):