mercurial/fancyopts.py
changeset 209 63af1db35611
parent 164 2e87f04880ab
child 293 11d64332a1cb
--- a/mercurial/fancyopts.py	Wed Jun 01 00:21:38 2005 -0800
+++ b/mercurial/fancyopts.py	Wed Jun 01 00:25:42 2005 -0800
@@ -46,6 +46,8 @@
         elif dt[map[opt]] is type(''): state[map[opt]] = arg
         elif dt[map[opt]] is type([]): state[map[opt]].append(arg)
         elif dt[map[opt]] is type(None): state[map[opt]] = 1
-        
+
+    del state["help"]
+
     return args