# HG changeset patch # User Manuel Jacob # Date 2019-02-23 20:13:27 # Node ID 25fc5b96d1c30468417ee0d690c2979db362edd0 # Parent b596760776547e3a61cc2d3a6473cbda1c0decd7 rebase: add missing dashes in help text diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -767,7 +767,7 @@ def rebase(ui, repo, **opts): 3. Use ``--base`` to select a changeset; rebase will find ancestors and their descendants which are not also ancestors of the destination. - 4. If you do not specify any of ``--rev``, ``source``, or ``--base``, + 4. If you do not specify any of ``--rev``, ``--source``, or ``--base``, rebase will use ``--base .`` as above. If ``--source`` or ``--rev`` is used, special names ``SRC`` and ``ALLSRC``