Mercurial > public > mercurial-scm > hg
diff mercurial/bookmarks.py @ 17738:b8424c92ba2b
spelling: fix minor spell checker issues
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 10 Oct 2012 01:29:56 +0200 |
parents | 2b6a795f19f7 |
children | 6c81b8ebf66e |
line wrap: on
line diff
--- 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