comparison hgext/rebase.py @ 41796:25fc5b96d1c3 stable

rebase: add missing dashes in help text
author Manuel Jacob <me@manueljacob.de>
date Sat, 23 Feb 2019 21:13:27 +0100
parents 6acbe86c6490
children 169c386cc9d8
comparison
equal deleted inserted replaced
41795:b59676077654 41796:25fc5b96d1c3
765 descendants. 765 descendants.
766 766
767 3. Use ``--base`` to select a changeset; rebase will find ancestors 767 3. Use ``--base`` to select a changeset; rebase will find ancestors
768 and their descendants which are not also ancestors of the destination. 768 and their descendants which are not also ancestors of the destination.
769 769
770 4. If you do not specify any of ``--rev``, ``source``, or ``--base``, 770 4. If you do not specify any of ``--rev``, ``--source``, or ``--base``,
771 rebase will use ``--base .`` as above. 771 rebase will use ``--base .`` as above.
772 772
773 If ``--source`` or ``--rev`` is used, special names ``SRC`` and ``ALLSRC`` 773 If ``--source`` or ``--rev`` is used, special names ``SRC`` and ``ALLSRC``
774 can be used in ``--dest``. Destination would be calculated per source 774 can be used in ``--dest``. Destination would be calculated per source
775 revision with ``SRC`` substituted by that single source revision and 775 revision with ``SRC`` substituted by that single source revision and