# HG changeset patch # User Laurent Charignon # Date 1435090800 25200 # Node ID b54524ae77c00e38a308b4b4fadf5353aafa9bac # Parent ed9a8b1ee9bd27220066c6b7ae8cabbb0d2f3acf evolve: fix an issue in the documentation of the evolve function hg evolve is solving troubles that will become children of the parent of the working copy and its descendant. This last part was omitted by mistake from the help message before. diff -r ed9a8b1ee9bd -r b54524ae77c0 hgext/evolve.py --- a/hgext/evolve.py Mon Jun 22 12:41:32 2015 -0700 +++ b/hgext/evolve.py Tue Jun 23 13:20:00 2015 -0700 @@ -1482,9 +1482,9 @@ copy parent. If the working copy parent is not obsolete (and still no argument passed) each invocation of :hg:`evolve` will evolve a single unstable changeset, It will only select a changeset to be evolved if it - will result in a new children for the current working copy parent. The - working copy will be updated on the result (this last behavior will most - likely to change in the future). + will result in a new children for the current working copy parent or its + descendants. The working copy will be updated on the result + (this last behavior will most likely to change in the future). You can decide to evolve other categories of trouble using the --divergent and --bumped flags. If no other option are specified, this will try to