Show More
@@ -7101,8 +7101,7 b' def unbundle(ui, repo, fname1, *fnames, ' | |||
|
7101 | 7101 | |
|
7102 | 7102 | @command('^update|up|checkout|co', |
|
7103 | 7103 | [('C', 'clean', None, _('discard uncommitted changes (no backup)')), |
|
7104 | ('c', 'check', None, | |
|
7105 | _('update across branches if no uncommitted changes')), | |
|
7104 | ('c', 'check', None, _('require clean working directory')), | |
|
7106 | 7105 | ('d', 'date', '', _('tipmost revision matching date'), _('DATE')), |
|
7107 | 7106 | ('r', 'rev', '', _('revision'), _('REV')) |
|
7108 | 7107 | ] + mergetoolopts, |
General Comments 0
You need to be logged in to leave comments.
Login now