comparison mercurial/commands.py @ 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 bb1575f74f27
comparison
equal deleted inserted replaced
6673:16d2d093d1dd 6674:3101e30fd762
3317 [('u', 'update', None, 3317 [('u', 'update', None,
3318 _('update to new tip if changesets were unbundled'))], 3318 _('update to new tip if changesets were unbundled'))],
3319 _('hg unbundle [-u] FILE...')), 3319 _('hg unbundle [-u] FILE...')),
3320 "^update|up|checkout|co": 3320 "^update|up|checkout|co":
3321 (update, 3321 (update,
3322 [('C', 'clean', None, _('overwrite locally modified files')), 3322 [('C', 'clean', None, _('overwrite locally modified files (no backup)')),
3323 ('d', 'date', '', _('tipmost revision matching date')), 3323 ('d', 'date', '', _('tipmost revision matching date')),
3324 ('r', 'rev', '', _('revision'))], 3324 ('r', 'rev', '', _('revision'))],
3325 _('hg update [-C] [-d DATE] [[-r] REV]')), 3325 _('hg update [-C] [-d DATE] [[-r] REV]')),
3326 "verify": (verify, [], _('hg verify')), 3326 "verify": (verify, [], _('hg verify')),
3327 "version": (version_, [], _('hg version')), 3327 "version": (version_, [], _('hg version')),