Mercurial > hg
changeset 7795:5043def56a80
bookmarks: add force option to command syntax description
author | David Soria Parra <dsp@php.net> |
---|---|
date | Sun, 22 Feb 2009 19:23:09 +0100 |
parents | 9915283e8ae2 |
children | 896eaa1337bf |
files | hgext/bookmarks.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/bookmarks.py Fri Feb 20 23:48:09 2009 +0900 +++ b/hgext/bookmarks.py Sun Feb 22 19:23:09 2009 +0100 @@ -314,5 +314,5 @@ ('r', 'rev', '', _('revision')), ('d', 'delete', False, _('delete a given bookmark')), ('m', 'rename', '', _('rename a given bookmark'))], - _('hg bookmarks [-d] [-m NAME] [-r NAME] [NAME]')), + _('hg bookmarks [-f] [-d] [-m NAME] [-r NAME] [NAME]')), }