##// END OF EJS Templates
share: unmark --relative as EXPERIMENTAL...
Pulkit Goyal -
r43564:6a8c166a default
parent child Browse files
Show More
@@ -66,12 +66,7 b" testedwith = b'ships-with-hg-core'"
66 66 [
67 67 (b'U', b'noupdate', None, _(b'do not create a working directory')),
68 68 (b'B', b'bookmarks', None, _(b'also share bookmarks')),
69 (
70 b'',
71 b'relative',
72 None,
73 _(b'point to source using a relative path (EXPERIMENTAL)'),
74 ),
69 (b'', b'relative', None, _(b'point to source using a relative path'),),
75 70 ],
76 71 _(b'[-U] [-B] SOURCE [DEST]'),
77 72 helpcategory=command.CATEGORY_REPO_CREATION,
General Comments 0
You need to be logged in to leave comments. Login now