log mercurial/dispatch.py @ 48186:6edc8800dbc3

age author description
Tue, 02 Mar 2021 09:33:25 -0800 Martin von Zweigbergk dispatch: use detailed exit code 250 for keyboard interrupt
Fri, 08 Oct 2021 13:36:02 -0700 Martin von Zweigbergk dispatch: ignore failure to flush ui
Fri, 08 Oct 2021 13:34:33 -0700 Martin von Zweigbergk dispatch: don't change error status if flushing stdio fails
Fri, 16 Apr 2021 15:31:05 -0700 Kyle Lippincott profiling: add --no-profile to disable profiling enabled via config
Wed, 14 Apr 2021 20:57:34 +0200 Pierre-Yves David dispatch: use the new API to resolve --repository
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Sat, 13 Mar 2021 00:40:46 -0500 Matt Harbison typing: disable module attribute warnings for properly conditionalized code stable
Thu, 14 Jan 2021 11:53:55 -0800 Martin von Zweigbergk error: use detailed exit code 10 for command errors
Fri, 18 Dec 2020 20:14:54 +0900 Yuya Nishihara dispatch: gate against missing stdout/stderr
Fri, 18 Dec 2020 20:35:11 +0900 Yuya Nishihara dispatch: remove stale comment about fdopen()-ed stdio
Mon, 23 Nov 2020 10:38:05 -0800 Martin von Zweigbergk errors: raise InputError on early parse error in dispatch
Thu, 10 Dec 2020 13:51:56 +0530 Pulkit Goyal dispatch: move IOError handling and flushing of streams to `dispatch()`
Thu, 03 Dec 2020 17:18:49 +0530 Pulkit Goyal commandserver: handle IOError related to flushing of streams
Wed, 02 Dec 2020 14:19:09 +0530 Pulkit Goyal dispatch: disable line ending normalization on sys.stdin if its None
Fri, 27 Nov 2020 15:54:46 -0500 Matt Harbison dispatch: print the version of each extension in the bug report, if available