author | Adrian Buehlmann <adrian@cadifra.com> |
Wed, 11 Jun 2008 11:00:01 +0200 | |
changeset 6674 | 3101e30fd762 |
parent 6673 | 16d2d093d1dd |
child 6675 | 03a836ca6fde |
--- 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]')),