share: unmark --relative as EXPERIMENTAL
Differential Revision: https://phab.mercurial-scm.org/D7001
--- a/hgext/share.py Mon Sep 30 16:31:53 2019 -0400
+++ b/hgext/share.py Sun Oct 06 20:18:54 2019 +0300
@@ -66,12 +66,7 @@
[
(b'U', b'noupdate', None, _(b'do not create a working directory')),
(b'B', b'bookmarks', None, _(b'also share bookmarks')),
- (
- b'',
- b'relative',
- None,
- _(b'point to source using a relative path (EXPERIMENTAL)'),
- ),
+ (b'', b'relative', None, _(b'point to source using a relative path'),),
],
_(b'[-U] [-B] SOURCE [DEST]'),
helpcategory=command.CATEGORY_REPO_CREATION,