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.
--- 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.