changeset 4793:13c95218bac4

rewind: add command synopsis
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 20 Jul 2019 16:51:44 +0800
parents 9f2e480ad786
children 7b5d08e84c4d
files hgext3rd/evolve/rewind.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/rewind.py	Fri Jun 28 21:07:20 2019 +0000
+++ b/hgext3rd/evolve/rewind.py	Sat Jul 20 16:51:44 2019 +0800
@@ -33,7 +33,7 @@
      (b'', b'from', [],
       _(b"rewind these revisions to their predecessors"), _(b'REV')),
      ],
-    _(b''),
+    _(b'[--as-divergence] [--exact] [--to REV]... [--from REV]...'),
     helpbasic=True)
 def rewind(ui, repo, **opts):
     """rewind a stack of changesets to a previous state