diff hgext/rebase.py @ 8076:5ec526c1a32f

help texts: write command line switches as -a/--abc
author Martin Geisler <mg@lazybytes.net>
date Sat, 18 Apr 2009 14:40:21 +0200
parents 813a02a4eda2
children 6ee71f78497c
line wrap: on
line diff
--- a/hgext/rebase.py	Sat Apr 18 00:21:11 2009 -0700
+++ b/hgext/rebase.py	Sat Apr 18 14:40:21 2009 +0200
@@ -46,7 +46,7 @@
     changes relative to a master development tree.
 
     If a rebase is interrupted to manually resolve a merge, it can be
-    continued with --continue or aborted with --abort.
+    continued with --continue/-c or aborted with --abort/-a.
     """
     originalwd = target = None
     external = nullrev