##// END OF EJS Templates
rebase: mention phases in the help...
Kevin Bullock -
r18516:9fbeb61b stable
parent child Browse files
Show More
@@ -68,6 +68,9 b' def rebase(ui, repo, **opts):'
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
70
71 In its default configuration, Mercurial will prevent you from
72 rebasing published changes. See :hg:`help phases` for details.
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
General Comments 0
You need to be logged in to leave comments. Login now