Closed by commit rHG7b0b902b8c19: share: unmark --relative as EXPERIMENTAL 
(authored by pulkit).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs 
Review".

CHANGED PRIOR TO COMMIT
  https://phab.mercurial-scm.org/D7001?vs=16912&id=17266#toc

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7001?vs=16912&id=17266

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7001/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7001

AFFECTED FILES
  hgext/share.py

CHANGE DETAILS

diff --git a/hgext/share.py b/hgext/share.py
--- a/hgext/share.py
+++ b/hgext/share.py
@@ -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,



To: pulkit, #hg-reviewers, marmoute
Cc: marmoute, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to