rewind: add command synopsis
authorAnton Shestakov <av6@dwimlabs.net>
Sat, 20 Jul 2019 16:51:44 +0800
changeset 4793 13c95218bac4
parent 4792 9f2e480ad786
child 4794 7b5d08e84c4d
rewind: add command synopsis
hgext3rd/evolve/rewind.py
--- 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