changeset 4248:51b69f3dfc0b

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.
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Wed, 31 Oct 2018 14:01:58 +0530
parents 820a25dcea58
children 0d9697367fff
files hgext3rd/evolve/__init__.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
     """