diff -r 874e577e332e -r 03f27b1381f9 mercurial/fancyopts.py --- a/mercurial/fancyopts.py Tue Jun 28 11:06:25 2005 -0800 +++ b/mercurial/fancyopts.py Wed Jun 29 10:42:35 2005 -0800 @@ -10,7 +10,7 @@ map['-'+s] = map['--'+l]=l state[l] = d dt[l] = type(d) - if not d is None and not callable(d): s, l=s+':', l+'=' + if not d is None and not callable(d): s, l=s+':', l+'=' if s: short = short + s if l: long.append(l)