diff mercurial/fancyopts.py @ 596:9a8daeff0ffa

A bunch of parsing/help updates -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A bunch of parsing/help updates more explanation of how to get non-basic commands shorten names of debug functions and add docstrings add undo long docstring promote anotate, export, and revert make the global opts array global refactor parsing kill two unused arguments to fancyopts update test-help manifest hash: 459ae2273aaf54f71b4576677a681dc53ab2908c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCyEDhywK+sNU5EO8RAr0DAJ9LTu8Fc2quLRtuwLPTQzWqlOJWKwCbBpZk pnMkYnshsutVYljcil1P46I= =Sleg -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sun, 03 Jul 2005 11:47:45 -0800
parents f9ad1a2c72eb
children d2994b5298fb
line wrap: on
line diff
--- a/mercurial/fancyopts.py	Sun Jul 03 11:41:43 2005 -0800
+++ b/mercurial/fancyopts.py	Sun Jul 03 11:47:45 2005 -0800
@@ -1,6 +1,6 @@
 import os, getopt
 
-def fancyopts(args, options, state, syntax='', minlen = 0):
+def fancyopts(args, options, state):
     long=[]
     short=''
     map={}