##// END OF EJS Templates
Documentation clarification for --update option to pull and unbundle
Thomas Arendsen Hein -
r3198:a32f6554 default
parent child Browse files
Show More
@@ -2973,7 +2973,7 b' table = {'
2973 2973 "^pull":
2974 2974 (pull,
2975 2975 [('u', 'update', None,
2976 _('update the working directory to tip after pull')),
2976 _('update to new tip if changesets were pulled')),
2977 2977 ('f', 'force', None,
2978 2978 _('run even when remote repository is unrelated')),
2979 2979 ('r', 'rev', [], _('a specific revision up to which you would like to pull')),
@@ -3070,7 +3070,7 b' table = {'
3070 3070 "unbundle":
3071 3071 (unbundle,
3072 3072 [('u', 'update', None,
3073 _('update the working directory to tip after unbundle'))],
3073 _('update to new tip if changesets were unbundled'))],
3074 3074 _('hg unbundle [-u] FILE')),
3075 3075 "debugundo|undo": (undo, [], _('hg undo')),
3076 3076 "^update|up|checkout|co":
General Comments 0
You need to be logged in to leave comments. Login now