Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Thu, 12 Nov 2020 08:29:55 -0800 |
Martin von Zweigbergk |
errors: raise InputError in fancyopts
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
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)
|
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
|
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
|
Mon, 14 Nov 2005 03:59:35 +0200 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
Wed, 24 Aug 2005 22:25:55 -0700 |
Bryan O'Sullivan |
Map long option names containing dashes to ones containing underscores.
|
Sat, 20 Aug 2005 13:08:07 -0700 |
mpm |
Merge with jeffpc
|
Fri, 19 Aug 2005 18:56:20 -0800 |
mpm |
Fix option parsing bug for empty short options
|
Sun, 10 Jul 2005 16:01:11 -0800 |
mark williamson |
A number of minor fixes to problems that pychecker found.
|
Sun, 03 Jul 2005 21:51:09 -0800 |
Matt Mackall |
Add username/merge/editor to .hgrc
|
Sun, 03 Jul 2005 11:47:45 -0800 |
mpm |
A bunch of parsing/help updates
|
Fri, 01 Jul 2005 11:21:04 -0800 |
mpm |
fancyopts: drop unneeded import
|
Wed, 29 Jun 2005 10:42:35 -0800 |
mpm |
Whitespace cleanups
|
Wed, 08 Jun 2005 20:11:57 -0800 |
mpm |
hg help improvements
|
Wed, 01 Jun 2005 00:25:42 -0800 |
mpm |
Beginning of new command parsing interface
|
Thu, 26 May 2005 09:56:20 -0800 |
mpm |
Make fancyopts handle no arguments
|
Tue, 03 May 2005 13:16:10 -0800 |
mpm |
Add back links from file revisions to changeset revisions
|