hgext/share.py
changeset 43117 8ff1ecfadcd1
parent 43077 687b865b95ad
child 43270 6a8c166a93a6
equal deleted inserted replaced
43116:defabf63e969 43117:8ff1ecfadcd1
    68         (b'B', b'bookmarks', None, _(b'also share bookmarks')),
    68         (b'B', b'bookmarks', None, _(b'also share bookmarks')),
    69         (
    69         (
    70             b'',
    70             b'',
    71             b'relative',
    71             b'relative',
    72             None,
    72             None,
    73             _(b'point to source using a relative path ' b'(EXPERIMENTAL)'),
    73             _(b'point to source using a relative path (EXPERIMENTAL)'),
    74         ),
    74         ),
    75     ],
    75     ],
    76     _(b'[-U] [-B] SOURCE [DEST]'),
    76     _(b'[-U] [-B] SOURCE [DEST]'),
    77     helpcategory=command.CATEGORY_REPO_CREATION,
    77     helpcategory=command.CATEGORY_REPO_CREATION,
    78     norepo=True,
    78     norepo=True,