# HG changeset patch # User Sushil khanchi # Date 1540974718 -19800 # Node ID 51b69f3dfc0b995b3b1842c97d6f89afa68dbed1 # Parent 820a25dcea58400df7660cb2522dc3dfe2d676ea next: update the command description Now, if necessary next command evolve the next child revision by defualt. You don't need to pass the --evolve flag. diff -r 820a25dcea58 -r 51b69f3dfc0b hgext3rd/evolve/__init__.py --- a/hgext3rd/evolve/__init__.py Sat Nov 10 15:50:05 2018 +0100 +++ b/hgext3rd/evolve/__init__.py Wed Oct 31 14:01:58 2018 +0530 @@ -1114,7 +1114,8 @@ def cmdnext(ui, repo, **opts): """update to next child revision - Use the ``--evolve`` flag to evolve unstable children on demand. + If necessary, evolve the next changeset. Use --no-evolve to disable this + behavior. Displays the summary line of the destination for clarity. """