Mercurial > hg
changeset 17809:a7462ca7f75e
bookmarks: replace code-redundant comment with something more useful
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Thu, 18 Oct 2012 22:35:28 +0200 |
parents | f74217289c0a |
children | 2894d180afa1 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: