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.
--- 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.
"""