log mercurial/fancyopts.py @ 43886:fe0daceb51d0

age author description
Wed, 06 Nov 2019 17:46:26 -0500 Augie Fackler pytype: don't warn us about ignored-on-py3 metaclasses
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 08 Apr 2018 15:41:40 +0900 Yuya Nishihara py3: drop b'' from error message of fancyopts
Fri, 23 Mar 2018 11:20:49 -0700 Daniel Ploch fancyopts: prevent mutation of the default value in customopts
Fri, 23 Feb 2018 18:23:51 +0530 Pulkit Goyal py3: replace types.NoneType with type(None)
Wed, 21 Feb 2018 20:05:29 -0800 Daniel Ploch fancyopts: add support for custom multi-arg opts in fancyopts.py
Sat, 25 Nov 2017 17:30:50 +0900 Yuya Nishihara fancyopts: fix handling of "--" value in earlygetopt()
Fri, 24 Nov 2017 01:09:00 +0900 Yuya Nishihara fancyopts: use getopt.gnu_getopt()
Sat, 25 Nov 2017 17:03:52 +0900 Yuya Nishihara dispatch: alias --repo to --repository while parsing early options
Thu, 23 Nov 2017 22:04:53 +0900 Yuya Nishihara fancyopts: add early-options parser compatible with getopt() stable
Sun, 25 Jun 2017 08:36:51 +0530 Pulkit Goyal py3: slice over bytes to prevent getting it's ascii value
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)