# HG changeset patch # User Adrian Buehlmann # Date 2008-06-11 09:00:01 # Node ID 3101e30fd762db36cb82566cfef8b4f2506baaec # Parent 16d2d093d1ddafa39003b34a4eda629a23681f04 update: add "(nobackup)" to help text of option --clean diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3319,7 +3319,7 @@ table = { _('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]')),