log mercurial/dispatch.py @ 53042:cdd7bf612c7b stable tip

age author description
Thu, 06 Feb 2025 00:56:25 -0500 Matt Harbison dispatch: restore `--config` can't be abbreviated message in case of ambiguity
Wed, 29 Jan 2025 16:09:06 -0500 Matt Harbison dispatch: add support for the `--config-file` global option
Wed, 29 Jan 2025 16:04:39 -0500 Matt Harbison dispatch: allow global options with a '-' in the long name
Sun, 05 Jan 2025 22:12:02 -0500 Matt Harbison pyupgrade: run the `unpack_list_comprehension` fixer
Sun, 05 Jan 2025 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Wed, 23 Oct 2024 01:32:33 +0200 Pierre-Yves David config: include the component level when returning them
Wed, 23 Oct 2024 01:12:52 +0200 Pierre-Yves David config: return component from `repo_components`
Tue, 22 Oct 2024 23:42:15 +0200 Pierre-Yves David repo-config: move rc component of repository inside `rcutil`
Wed, 23 Oct 2024 00:00:17 +0200 Pierre-Yves David repo-config: adjust "root" path for parsing shared config
Tue, 22 Oct 2024 23:50:11 +0200 Pierre-Yves David repo-config: clarify why we seems to parse the repository "twice"
Mon, 21 Oct 2024 13:39:44 +0200 Pierre-Yves David config: move `rcutil` module under a new `mercurial.configuration` module
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Mon, 16 Sep 2024 15:36:38 +0200 Matt Harbison format: add many "missing" comma
Tue, 20 Aug 2024 18:30:47 -0400 Matt Harbison typing: lock in correct changes from pytype 2023.04.11 -> 2023.06.16
Wed, 14 Feb 2024 15:23:59 -0500 Jordi Guti?rrez Hermoso dispatch: don't attempt to import debugger as bytestring
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 02 Feb 2023 17:24:16 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:24:05 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:23:55 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:23:46 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:23:37 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:23:31 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:23:20 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Sat, 13 Apr 2019 03:44:47 +0200 Manuel Jacob hidden: support passing --hidden with `serve --stdio`
Fri, 02 Dec 2022 16:36:43 +0100 Pierre-Yves David path: use `get_clone_path_obj` in _getlocal
Wed, 10 Aug 2022 15:01:50 -0400 Arun Kulshreshtha dispatch: change cwd when loading local config
Tue, 31 May 2022 16:54:58 +0200 Manuel Jacob py3: catch BrokenPipeError instead of checking errno == EPIPE
Tue, 05 Apr 2022 11:09:03 +0200 Rapha?l Gom?s merge: stable into default
Fri, 01 Apr 2022 12:46:58 -0400 Valentin Gatien-Baron dispatch: fix silly blackbox entries when hg is interrupted stable
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Mon, 21 Feb 2022 10:28:19 -0700 Gregory Szorc dispatch: remove Python 2 function variants
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 19 Oct 2021 19:03:39 +0200 Rapha?l Gom?s backout: backed out changeset 2f2107c01dee
Tue, 19 Oct 2021 19:04:11 +0200 Rapha?l Gom?s backout: backed out changeset 6edc8800dbc3
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
Fri, 27 Nov 2020 15:45:37 -0500 Matt Harbison dispatch: sort the loaded extension names in the bug report
Fri, 27 Nov 2020 15:39:27 -0500 Matt Harbison dispatch: quote the extension when printing the bug report
Fri, 27 Nov 2020 14:31:59 -0500 Matt Harbison dispatch: print the version of the extension being blamed in a bug report
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 20 Nov 2020 14:34:15 +0530 Pulkit Goyal dispatch: pass root path in ui.readconfig() as root of main repo
Mon, 23 Nov 2020 10:39:51 -0800 Martin von Zweigbergk errors: raise InputError on bad top-level flags
Mon, 23 Nov 2020 16:05:03 -0800 Martin von Zweigbergk errors: raise InputError when too few arguments given to alias
Mon, 23 Nov 2020 12:27:22 -0800 Martin von Zweigbergk errors: raise ConfigError on bad alias definition
Mon, 23 Nov 2020 10:42:03 -0800 Martin von Zweigbergk errors: raise InputError on bad repo arguments