[PATCH stable] rebase: add missing dashes in help text

Manuel Jacob me at manueljacob.de
Tue Feb 26 12:11:35 UTC 2019


# HG changeset patch
# User Manuel Jacob <me at 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

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``


More information about the Mercurial-devel mailing list