log mercurial/fancyopts.py @ 20749:c3e49b127de0

age author description
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Mon, 08 Oct 2012 15:35:16 +0200 Idan Kamara fancyopts: don't show a traceback on invalid integer values
Mon, 25 Jul 2011 16:24:37 -0500 Augie Fackler globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Wed, 13 May 2009 14:08:39 +0200 Dirkjan Ochtman some modernization cleanups, forward compatibility
Sun, 26 Apr 2009 01:56:52 +0200 Martin Geisler fancyopts: add copyright and license header
Tue, 10 Feb 2009 13:26:00 -0600 Augie Fackler fancyopts: Parse options that occur after arguments.
Fri, 18 Jan 2008 10:48:25 -0600 Matt Mackall transform a bunch of print statements to appropriate ui calls
Mon, 10 Dec 2007 10:24:36 -0600 Matt Mackall fancyopts: lots of cleanups
Sat, 11 Aug 2007 13:07:47 +0200 Thomas Arendsen Hein fancyopts: Copy list arguments in command table before modifying.
Fri, 01 Dec 2006 16:18:16 -0200 Alexis S. L. Carvalho additional fixes for issue436
Fri, 01 Dec 2006 01:42:52 -0600 Matt Mackall Fix argument handling for hg -v pull -v x (issue 436)
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups