changeset 515 | 03f27b1381f9 |
parent 293 | 11d64332a1cb |
child 560 | f9ad1a2c72eb |
--- 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)