changeset 27959:4322849a5357 stable

doc: use correct indentation for enumeration This creates hg.1.html as expected.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 01 Feb 2016 22:14:06 +0900
parents 57dd5298f05f
children 0ec12435b78b
files hgext/rebase.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/rebase.py	Mon Feb 01 22:13:57 2016 +0900
+++ b/hgext/rebase.py	Mon Feb 01 22:14:06 2016 +0900
@@ -126,13 +126,13 @@
       1. Explicitly select them using ``--rev``.
 
       2. Use ``--source`` to select a root changeset and include all of its
-      descendants.
+         descendants.
 
       3. Use ``--base`` to select a changeset; rebase will find ancestors
-      and their descendants which are not also ancestors of the destination.
+         and their descendants which are not also ancestors of the destination.
 
       4. If you do not specify any of ``--rev``, ``source``, or ``--base``,
-      rebase will use ``--base .`` as above.
+         rebase will use ``--base .`` as above.
 
     Rebase will destroy original changesets unless you use ``--keep``.
     It will also move your bookmarks (even if you do).