mercurial/dispatch.py
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 04 Mar 2018 15:24:45 -0500 Yuya Nishihara py3: use startswith() instead of slicing to detect leading whitespace
Mon, 05 Mar 2018 01:03:23 +0530 Pulkit Goyal py3: use util.forcebytestr to convert testedwith value to bytes
Sat, 03 Mar 2018 19:02:50 -0500 Kevin Bullock dispatch: don't clamp the range of the exit code twice
Sat, 03 Mar 2018 10:02:36 -0500 Yuya Nishihara py3: fix some unicode madness in global exception catcher
Fri, 02 Mar 2018 22:35:20 -0500 Yuya Nishihara py3: silence the final IOError by closing stdout/err slightly early
Fri, 02 Mar 2018 22:10:36 -0500 Yuya Nishihara py3: conditionalize initialization of stdio flags
Thu, 01 Mar 2018 08:45:34 -0500 Yuya Nishihara py3: use bytestr() to coerce position carried by ParseError to string
Sun, 11 Feb 2018 19:43:43 -0800 Gregory Szorc py3: convert traceback representation to bytes when logging
Wed, 07 Feb 2018 13:10:24 +0530 Pulkit Goyal py3: use pycompat.ziplist instead of zip
Sat, 27 Jan 2018 13:14:06 +0900 Yuya Nishihara py3: replace "if ispy3" by pycompat.sysbytes() or util.forcebytestr()
Sat, 27 Jan 2018 13:11:46 +0900 Yuya Nishihara py3: replace "if ispy3" by pycompat.bytestr()
Sun, 14 Jan 2018 20:06:56 -0800 Gregory Szorc dispatch: handle IOError when writing to stderr
Mon, 18 Dec 2017 17:33:43 -0800 Kyle Lippincott debug: add newlines at the end of three locations that appear to need it
Sun, 10 Dec 2017 04:46:13 +0530 Pulkit Goyal py3: handle keyword arguments correctly in dispatch.py
Thu, 23 Nov 2017 23:18:56 +0900 Yuya Nishihara dispatch: replace _earlygetopt(strip=True) with new parser
Thu, 23 Nov 2017 22:23:59 +0900 Yuya Nishihara dispatch: replace _earlyreq*() with new fancyopts-based parser
Sat, 25 Nov 2017 17:03:52 +0900 Yuya Nishihara dispatch: alias --repo to --repository while parsing early options
Fri, 01 Dec 2017 15:21:05 -0600 Kevin Bullock merge with stable
Thu, 23 Nov 2017 22:17:03 +0900 Yuya Nishihara dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options stable
Thu, 30 Nov 2017 15:48:42 -0500 Augie Fackler merge with stable
Wed, 29 Nov 2017 08:40:58 +0530 Pulkit Goyal py3: use pycompat.maplist() instead of map()
Wed, 29 Nov 2017 04:47:27 +0530 Pulkit Goyal py3: add b'' to regular expressions which are raw strings
Sat, 11 Nov 2017 12:40:13 +0900 Yuya Nishihara dispatch: verify result of early command parsing stable
Sat, 11 Nov 2017 17:55:15 +0900 Yuya Nishihara dispatch: convert non-list option parsed by _earlygetopt() to string stable
Sat, 11 Nov 2017 16:46:41 +0900 Yuya Nishihara dispatch: add option to not strip command args parsed by _earlygetopt() stable
Tue, 14 Nov 2017 00:25:59 +0900 Yuya Nishihara dispatch: fix early parsing of short option with value like -R=foo stable
Sat, 11 Nov 2017 14:02:41 +0900 Yuya Nishihara dispatch: abort if early boolean options can't be parsed stable
Fri, 10 Nov 2017 22:27:26 +0900 Yuya Nishihara dispatch: stop parsing of early boolean option at "--" stable
Fri, 10 Nov 2017 22:22:39 +0900 Yuya Nishihara dispatch: extract stub function to peek boolean command option stable
Sat, 11 Nov 2017 12:09:19 +0900 Yuya Nishihara dispatch: do not drop unpaired argument at _earlygetopt() stable
Wed, 20 Sep 2017 04:47:43 +0530 Pulkit Goyal registrar: add support for storing the type of command in func object
Mon, 09 Oct 2017 12:42:28 -0700 Jun Wu dispatch: when --pager=no is passed, also disable pager on req.repo.ui
Mon, 02 Oct 2017 07:18:24 +0100 Yuya Nishihara dispatch: move initialization of sys.std* files
Mon, 02 Oct 2017 06:52:10 +0100 Yuya Nishihara py3: work around the scope of exception variable in dispatch.run()
Fri, 29 Sep 2017 15:48:34 +0000 Alex Gaynor style: never use a space before a colon or comma
Sat, 23 Sep 2017 13:46:12 -0700 Jun Wu alias: make alias command lazily resolved
Sat, 23 Sep 2017 13:31:09 -0700 Jun Wu alias: test duplicated definition earlier
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Tue, 05 Sep 2017 13:37:36 -0700 Jun Wu wrapfunction: use functools.partial if possible
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Tue, 01 Aug 2017 18:52:52 +0900 FUJIWARA Katsunori ui: enable pager always for explicit --pager=on (issue5580) stable
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Sat, 24 Jun 2017 02:39:21 +0900 FUJIWARA Katsunori dispatch: remove unused _loaded
Sat, 24 Jun 2017 02:39:20 +0900 FUJIWARA Katsunori extensions: register functions always at loading extension (issue5601)
Fri, 09 Jun 2017 12:29:29 +0100 Pierre-Yves David profile: drop maybeprofile
Fri, 09 Jun 2017 12:36:07 +0100 Pierre-Yves David profile: support --profile in alias and abbreviated version (--prof)
Sun, 23 Apr 2017 00:31:29 +0900 Yuya Nishihara dispatch: do not close stdout and stderr, just flush() instead
Sat, 03 Jun 2017 16:33:28 -0400 Augie Fackler merge with stable
Sun, 28 May 2017 15:47:00 -0400 Augie Fackler dispatch: convert exception payload to bytes more carefully
Sun, 21 May 2017 16:57:32 +0900 Yuya Nishihara help: pass commands module by argument
Tue, 23 May 2017 03:29:23 +0900 FUJIWARA Katsunori dispatch: setup color before pager for correct console information on windows stable
Sat, 29 Apr 2017 21:39:47 -0700 Jun Wu dispatch: make request accept additional reposetups
Thu, 04 May 2017 17:13:12 +0900 Yuya Nishihara debugcommands: use temporary dict for its command table
Sun, 14 May 2017 15:41:27 +0900 Yuya Nishihara error: add hint to ProgrammingError
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Thu, 04 May 2017 00:44:53 +0530 Pulkit Goyal py3: make adefaults keys str to be compatible with getattr
Fri, 21 Apr 2017 01:13:18 +0530 Pulkit Goyal py3: use %d instead of %s for integers
Sat, 22 Apr 2017 15:00:17 -0700 Jun Wu dispatch: take over SignalInterrupt handling from scmutil
Tue, 18 Apr 2017 12:24:34 -0400 Augie Fackler freeze: merge default into stable for 4.2 code freeze stable 4.2-rc
less more (0) -300 -100 -60 tip