Mercurial > hg > mercurial-source
changeset 44057:6a8c166a93a6
share: unmark --relative as EXPERIMENTAL
Differential Revision: https://phab.mercurial-scm.org/D7001
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Sun, 06 Oct 2019 20:18:54 +0300 |
parents | 33fe96a5c522 |
children | 99394e6c5d12 |
files | hgext/share.py |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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,