##// END OF EJS Templates
rebase: restore help for rebase w/o args (issue5059)...
timeless -
r27932:6bc2299c stable
parent child Browse files
Show More
@@ -121,7 +121,7 def rebase(ui, repo, **opts):
121 121 destination changeset is not modified by rebasing, but new
122 122 changesets are added as its descendants.)
123 123
124 There are three ways to select changesets::
124 Here are the ways to select changesets::
125 125
126 126 1. Explicitly select them using ``--rev``.
127 127
@@ -131,6 +131,9 def rebase(ui, repo, **opts):
131 131 3. Use ``--base`` to select a changeset; rebase will find ancestors
132 132 and their descendants which are not also ancestors of the destination.
133 133
134 4. If you do not specify any of ``--rev``, ``source``, or ``--base``,
135 rebase will use ``--base .`` as above.
136
134 137 Rebase will destroy original changesets unless you use ``--keep``.
135 138 It will also move your bookmarks (even if you do).
136 139
General Comments 0
You need to be logged in to leave comments. Login now