Show More
@@ -110,13 +110,8 b' def rebase(ui, repo, **opts):' | |||||
110 | useful for linearizing *local* changes relative to a master |
|
110 | useful for linearizing *local* changes relative to a master | |
111 | development tree. |
|
111 | development tree. | |
112 |
|
112 | |||
113 | You should not rebase changesets that have already been shared |
|
113 | Published commits cannot be rebased (see :hg:`help phases`). | |
114 | with others. Doing so will force everybody else to perform the |
|
114 | To copy commits, see :hg:`help graft`. | |
115 | same rebase or they will end up with duplicated changesets after |
|
|||
116 | pulling in your rebased changesets. |
|
|||
117 |
|
||||
118 | In its default configuration, Mercurial will prevent you from |
|
|||
119 | rebasing published changes. See :hg:`help phases` for details. |
|
|||
120 |
|
115 | |||
121 | If you don't specify a destination changeset (``-d/--dest``), |
|
116 | If you don't specify a destination changeset (``-d/--dest``), | |
122 | rebase uses the current branch tip as the destination. (The |
|
117 | rebase uses the current branch tip as the destination. (The |
General Comments 0
You need to be logged in to leave comments.
Login now