equal
deleted
inserted
replaced
65 |
65 |
66 You should not rebase changesets that have already been shared |
66 You should not rebase changesets that have already been shared |
67 with others. Doing so will force everybody else to perform the |
67 with others. Doing so will force everybody else to perform the |
68 same rebase or they will end up with duplicated changesets after |
68 same rebase or they will end up with duplicated changesets after |
69 pulling in your rebased changesets. |
69 pulling in your rebased changesets. |
|
70 |
|
71 In its default configuration, Mercurial will prevent you from |
|
72 rebasing published changes. See :hg:`help phases` for details. |
70 |
73 |
71 If you don't specify a destination changeset (``-d/--dest``), |
74 If you don't specify a destination changeset (``-d/--dest``), |
72 rebase uses the tipmost head of the current named branch as the |
75 rebase uses the tipmost head of the current named branch as the |
73 destination. (The destination changeset is not modified by |
76 destination. (The destination changeset is not modified by |
74 rebasing, but new changesets are added as its descendants.) |
77 rebasing, but new changesets are added as its descendants.) |