Mercurial > hg-stable
changeset 15950:27f56b73522c stable
bookmarks: make -i summary simpler and more accurate
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 20 Jan 2012 14:19:13 -0600 |
parents | d5edbbf55a75 |
children | bd84fc0b5f64 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Jan 20 14:18:51 2012 -0600 +++ b/mercurial/commands.py Fri Jan 20 14:19:13 2012 -0600 @@ -725,7 +725,7 @@ ('r', 'rev', '', _('revision'), _('REV')), ('d', 'delete', False, _('delete a given bookmark')), ('m', 'rename', '', _('rename a given bookmark'), _('NAME')), - ('i', 'inactive', False, _('do not mark a new bookmark active'))], + ('i', 'inactive', False, _('mark a bookmark active'))], _('hg bookmarks [-f] [-d] [-i] [-m NAME] [-r REV] [NAME]')) def bookmark(ui, repo, mark=None, rev=None, force=False, delete=False, rename=None, inactive=False):