Mercurial > hg
changeset 27950:f0d3c5794380 stable
bookmarks: improve documentation for --rev option
author | Nathan Goldbaum <ngoldbau@ucsc.edu> |
---|---|
date | Wed, 27 Jan 2016 16:16:38 -0600 |
parents | 7b7e16158c35 |
children | 6bce6d925e45 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Jan 27 12:33:07 2016 -0800 +++ b/mercurial/commands.py Wed Jan 27 16:16:38 2016 -0600 @@ -968,7 +968,7 @@ @command('bookmarks|bookmark', [('f', 'force', False, _('force')), - ('r', 'rev', '', _('revision'), _('REV')), + ('r', 'rev', '', _('revision for bookmark action'), _('REV')), ('d', 'delete', False, _('delete a given bookmark')), ('m', 'rename', '', _('rename a given bookmark'), _('OLD')), ('i', 'inactive', False, _('mark a bookmark inactive')),