Submitter | Manuel Jacob |
---|---|
Date | Feb. 26, 2019, 12:11 p.m. |
Message ID | <3db4cf0024af5b880da9.1551183095@tmp.fritz.box> |
Download | mbox | patch |
Permalink | /patch/38942/ |
State | Accepted |
Headers | show |
Comments
On Wed, Feb 27, 2019 at 1:59 AM Manuel Jacob <me@manueljacob.de> wrote: > # HG changeset patch > # User Manuel Jacob <me@manueljacob.de> > # Date 1550952807 -3600 > # Sat Feb 23 21:13:27 2019 +0100 > # Branch stable > # Node ID 3db4cf0024af5b880da998e8800c0eb2732e6f5b > # Parent a62690659d6bbe5abd4bb1a45248b0c760cb9188 > # EXP-Topic rebase-help-text-typo > rebase: add missing dashes in help text > Queued for stable, many thanks
Patch
diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -767,7 +767,7 @@ 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``