changeset 17880:9f6044119166 stable

patchbomb: -c is not an alias for the --confirm option The help text shows "-c/--confirm", which implies that -c is an alias for --confirm. Actually, it is an alias for --cc. Correct the text by removing -c.
author Julian Cowley <julian@lava.net>
date Sun, 28 Oct 2012 05:44:50 -1000
parents 7b0b1da49f15
children 603d4fbad36d
files hgext/patchbomb.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/patchbomb.py	Tue Oct 23 21:25:22 2012 -0700
+++ b/hgext/patchbomb.py	Sun Oct 28 05:44:50 2012 -1000
@@ -199,7 +199,7 @@
 
     Finally, the patch itself, as generated by :hg:`export`.
 
-    With the -d/--diffstat or -c/--confirm options, you will be presented
+    With the -d/--diffstat or --confirm options, you will be presented
     with a final summary of all messages and asked for confirmation before
     the messages are sent.