rebase: mention phases in the help

Mention that Mercurial helps you not do what you've just been warned not
to do, with a reference to the 'phases' help topic (not the 'phase'
command help).

Thanks to Pierre-Yves David <pierre-yves.david@ens-lyon.org> for
motivating this change and Wagner Bruna
<wagner.bruna+mercurial@gmail.com> for advising on how to do it in an
i18n-friendly way.
This commit is contained in:
Kevin Bullock 2013-01-31 20:01:26 -06:00
parent b6d710beb8
commit 6246126341

View File

@ -68,6 +68,9 @@ def rebase(ui, repo, **opts):
same rebase or they will end up with duplicated changesets after same rebase or they will end up with duplicated changesets after
pulling in your rebased changesets. pulling in your rebased changesets.
In its default configuration, Mercurial will prevent you from
rebasing published changes. See :hg:`help phases` for details.
If you don't specify a destination changeset (``-d/--dest``), If you don't specify a destination changeset (``-d/--dest``),
rebase uses the tipmost head of the current named branch as the rebase uses the tipmost head of the current named branch as the
destination. (The destination changeset is not modified by destination. (The destination changeset is not modified by