hgext/rebase.py
branchstable
changeset 18516 9fbeb61b8ad2
parent 18514 2a1fac3650a5
child 18518 0324a1d88a53
--- a/hgext/rebase.py	Thu Jan 31 22:36:22 2013 +0100
+++ b/hgext/rebase.py	Thu Jan 31 20:01:26 2013 -0600
@@ -68,6 +68,9 @@
     same rebase or they will end up with duplicated changesets after
     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``),
     rebase uses the tipmost head of the current named branch as the
     destination. (The destination changeset is not modified by