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')), |