Show More
@@ -2973,7 +2973,7 b' table = {' | |||||
2973 | "^pull": |
|
2973 | "^pull": | |
2974 | (pull, |
|
2974 | (pull, | |
2975 | [('u', 'update', None, |
|
2975 | [('u', 'update', None, | |
2976 |
_('update t |
|
2976 | _('update to new tip if changesets were pulled')), | |
2977 | ('f', 'force', None, |
|
2977 | ('f', 'force', None, | |
2978 | _('run even when remote repository is unrelated')), |
|
2978 | _('run even when remote repository is unrelated')), | |
2979 | ('r', 'rev', [], _('a specific revision up to which you would like to pull')), |
|
2979 | ('r', 'rev', [], _('a specific revision up to which you would like to pull')), | |
@@ -3070,7 +3070,7 b' table = {' | |||||
3070 | "unbundle": |
|
3070 | "unbundle": | |
3071 | (unbundle, |
|
3071 | (unbundle, | |
3072 | [('u', 'update', None, |
|
3072 | [('u', 'update', None, | |
3073 |
_('update t |
|
3073 | _('update to new tip if changesets were unbundled'))], | |
3074 | _('hg unbundle [-u] FILE')), |
|
3074 | _('hg unbundle [-u] FILE')), | |
3075 | "debugundo|undo": (undo, [], _('hg undo')), |
|
3075 | "debugundo|undo": (undo, [], _('hg undo')), | |
3076 | "^update|up|checkout|co": |
|
3076 | "^update|up|checkout|co": |
General Comments 0
You need to be logged in to leave comments.
Login now