##// END OF EJS Templates
doc: use correct indentation for enumeration...
FUJIWARA Katsunori -
r27959:4322849a stable
parent child Browse files
Show More
@@ -126,13 +126,13 b' def rebase(ui, repo, **opts):'
126 126 1. Explicitly select them using ``--rev``.
127 127
128 128 2. Use ``--source`` to select a root changeset and include all of its
129 descendants.
129 descendants.
130 130
131 131 3. Use ``--base`` to select a changeset; rebase will find ancestors
132 and their descendants which are not also ancestors of the destination.
132 and their descendants which are not also ancestors of the destination.
133 133
134 134 4. If you do not specify any of ``--rev``, ``source``, or ``--base``,
135 rebase will use ``--base .`` as above.
135 rebase will use ``--base .`` as above.
136 136
137 137 Rebase will destroy original changesets unless you use ``--keep``.
138 138 It will also move your bookmarks (even if you do).
General Comments 0
You need to be logged in to leave comments. Login now