log mercurial/fancyopts.py @ 32291:bd872f64a8ba

age author description
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Tue, 06 Dec 2016 06:36:36 +0530 Pulkit Goyal py3: make a bytes version of getopt.getopt()
Tue, 13 Sep 2016 22:57:57 -0400 Augie Fackler flags: allow specifying --no-boolean-flag on the command line (BC)
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 19:16:16 -0700 Gregory Szorc fancyopts: use absolute_import
Thu, 11 Jun 2015 08:54:24 -0400 introom fancyopts: allow all callable as default parameter value
Mon, 23 Jun 2014 09:24:16 -0400 Augie Fackler fancyopts: restore use of callable() since it was readded in Python 3.2
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