Mercurial > hg
changeset 6674:3101e30fd762
update: add "(nobackup)" to help text of option --clean
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Wed, 11 Jun 2008 11:00:01 +0200 |
parents | 16d2d093d1dd |
children | 03a836ca6fde |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Jun 11 13:51:57 2008 +0200 +++ b/mercurial/commands.py Wed Jun 11 11:00:01 2008 +0200 @@ -3319,7 +3319,7 @@ _('hg unbundle [-u] FILE...')), "^update|up|checkout|co": (update, - [('C', 'clean', None, _('overwrite locally modified files')), + [('C', 'clean', None, _('overwrite locally modified files (no backup)')), ('d', 'date', '', _('tipmost revision matching date')), ('r', 'rev', '', _('revision'))], _('hg update [-C] [-d DATE] [[-r] REV]')),