Show More
@@ -88,6 +88,11 b' def rebase(ui, repo, **opts):' | |||||
88 | the whole branch. If you specify neither ``-s`` nor ``-b``, rebase |
|
88 | the whole branch. If you specify neither ``-s`` nor ``-b``, rebase | |
89 | uses the parent of the working directory as the base. |
|
89 | uses the parent of the working directory as the base. | |
90 |
|
90 | |||
|
91 | For advanced usage, a third way is available through the ``--rev`` | |||
|
92 | option. It allows you to specify an arbitrary set of changesets to | |||
|
93 | rebase. Descendants of revs you specify with this option are not | |||
|
94 | automatically included in the rebase. | |||
|
95 | ||||
91 | By default, rebase recreates the changesets in the source branch |
|
96 | By default, rebase recreates the changesets in the source branch | |
92 | as descendants of dest and then destroys the originals. Use |
|
97 | as descendants of dest and then destroys the originals. Use | |
93 | ``--keep`` to preserve the original source changesets. Some |
|
98 | ``--keep`` to preserve the original source changesets. Some |
General Comments 0
You need to be logged in to leave comments.
Login now