bookmarks: replace code-redundant comment with something more useful
authorAdrian Buehlmann <adrian@cadifra.com>
Thu, 18 Oct 2012 22:35:28 +0200
changeset 17809 a7462ca7f75e
parent 17808 f74217289c0a
child 17810 2894d180afa1
bookmarks: replace code-redundant comment with something more useful
mercurial/commands.py
--- a/mercurial/commands.py	Thu Oct 18 22:33:58 2012 +0200
+++ b/mercurial/commands.py	Thu Oct 18 22:35:28 2012 +0200
@@ -851,7 +851,7 @@
             bookmarks.setcurrent(repo, mark)
         bookmarks.write(repo)
 
-    else: # mark is None
+    else: # show bookmarks
         if len(marks) == 0:
             ui.status(_("no bookmarks set\n"))
         elif inactive: