changeset 1560:d830d4e9f212 stable

fold: avoid using x:y in the help Suggesting "x:y" is a bad idea because x:y is a very deceptive revset.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 26 Jun 2015 00:59:22 -0700
parents 71a3aa0349c5
children 777e5c369d99
files hgext/evolve.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py
+++ b/hgext/evolve.py
@@ -2631,9 +2631,9 @@
        See :hg:`help phases` for more about draft revisions and
        :hg:`help revsets` for more about the `draft()` keyword
 
-     - Fold revisions 3, 4, 5, and 6 with the working directory parent::
-
-         hg fold 3:6
+     - Fold revisions between 3 andd 6 with the working directory parent::
+
+         hg fold 3::6
 
      - Fold revisions 3 and 4: