# HG changeset patch # User Pulkit Goyal # Date 2019-10-06 17:18:54 # Node ID 6a8c166a93a6b8d7e0854e96429ed718d0e616d6 # Parent 33fe96a5c5220b8c789a9876611cba8fcd83eda4 share: unmark --relative as EXPERIMENTAL Differential Revision: https://phab.mercurial-scm.org/D7001 diff --git a/hgext/share.py b/hgext/share.py --- a/hgext/share.py +++ b/hgext/share.py @@ -66,12 +66,7 @@ testedwith = b'ships-with-hg-core' [ (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,