changeset 18518:0324a1d88a53 stable

rebase: mention --rev in the help This changeset adds a small mention of it in the help to prevent confusion. This small addition references online help that is easier to update and improve at release time. Following Wagner Bruna's advice, this is added in a plain new paragraph to not invalidate current translation this close to the release.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Fri, 01 Feb 2013 02:01:11 +0100
parents 0c51532ec233
children ca430fb6a668 41eabb5b8761
files hgext/rebase.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/rebase.py	Fri Feb 01 05:40:06 2013 +0100
+++ b/hgext/rebase.py	Fri Feb 01 02:01:11 2013 +0100
@@ -88,6 +88,11 @@
     the whole branch. If you specify neither ``-s`` nor ``-b``, rebase
     uses the parent of the working directory as the base.
 
+    For advanced usage, a third way is available through the ``--rev``
+    option. It allows you to specify an arbitrary set of changesets to
+    rebase. Descendants of revs you specify with this option are not
+    automatically included in the rebase.
+
     By default, rebase recreates the changesets in the source branch
     as descendants of dest and then destroys the originals. Use
     ``--keep`` to preserve the original source changesets. Some