--- 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):