mercurial/bookmarks.py
changeset 17738 b8424c92ba2b
parent 17667 2b6a795f19f7
child 17770 6c81b8ebf66e
--- 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