log mercurial/scmutil.py @ 45841:bff719525815

age author description
Thu, 22 Oct 2020 13:56:01 -0700 Martin von Zweigbergk errors: set detailed exit code to 30 for config errors
Mon, 12 Oct 2020 12:44:18 -0700 Martin von Zweigbergk errors: introduce StateError and use it from commands and cmdutil
Thu, 22 Oct 2020 13:31:34 -0700 Martin von Zweigbergk errors: set detailed exit code to 100 for some remote errors
Thu, 12 Nov 2020 21:56:52 -0800 Martin von Zweigbergk errors: catch urllib errors specifically instead of using safehasattr()
Thu, 22 Oct 2020 13:38:14 -0700 Martin von Zweigbergk errors: set detailed exit code to 20 for locking errors
Tue, 06 Oct 2020 22:36:15 -0700 Martin von Zweigbergk errors: introduce InputError and use it from commands and cmdutil
Wed, 21 Oct 2020 19:00:16 -0700 Martin von Zweigbergk errors: add config that lets user get more detailed exit codes
Sat, 07 Nov 2020 21:50:28 -0800 Martin von Zweigbergk worker: raise exception instead of calling sys.exit() with child's code
Sun, 04 Oct 2020 13:17:57 +0900 Yuya Nishihara scmutil: move walkchangerevs() from cmdutil
Thu, 08 Oct 2020 13:37:31 -0700 Martin von Zweigbergk errors: name arguments to Abort constructor
Tue, 01 Sep 2020 18:08:24 +0530 Pulkit Goyal scmutil: introduce function to check whether repo uses treemanifest or not
Fri, 18 Sep 2020 08:27:43 -0700 Martin von Zweigbergk locking: remove support for inheriting locks in subprocess
Wed, 16 Sep 2020 12:13:46 -0700 Kyle Lippincott branchmap: add a cache validation cache, avoid expensive re-hash on every use
Tue, 14 Apr 2020 21:07:09 +0530 Pulkit Goyal share: introduce config option to store requires in .hg/store
Fri, 07 Aug 2020 16:11:19 +0530 Pulkit Goyal scmutil: introduce filterrequirements() to split reqs into wc and store ones
Tue, 14 Apr 2020 16:43:54 +0530 Pulkit Goyal scmutil: add writereporequirements() and route requires writing through it
Thu, 09 Jul 2020 18:48:55 -0700 Rodrigo Damazio Bovendorp scmutil: allowing different files to be prefetched per revision
Tue, 26 May 2020 07:03:11 -0400 Valentin Gatien-Baron scmutil: clarify getuipathfn comment
Tue, 26 May 2020 07:03:11 -0400 Valentin Gatien-Baron scmutil: speed up relativization of paths when it's a no-op
Mon, 11 May 2020 09:07:31 -0700 Martin von Zweigbergk revisions: parse "x123" as "nodeid starting with 123" without prefixhexnode
Fri, 08 Dec 2017 02:29:02 +0100 Joerg Sonnenberger transactions: convert changes['phases'] to list of ranges
Sat, 29 Feb 2020 12:58:13 +0530 Pulkit Goyal scmutil: add option to register summary callbacks as transaction validators
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Sun, 17 Nov 2019 14:39:28 +0100 Pierre-Yves David localrepo: also fastpath access to working copy parents when possible
Tue, 14 Jan 2020 16:29:03 -0500 Matt Harbison doc: fix references to `revset.abstractsmartset`
Mon, 13 Jan 2020 17:18:03 -0500 Matt Harbison scmutil: fix an unbound variable with progressbar debug enabled
Mon, 13 Jan 2020 17:15:14 -0500 Augie Fackler core: migrate uses of hashlib.sha1 to hashutil.sha1
Fri, 27 Dec 2019 12:41:56 -0800 Martin von Zweigbergk movedirstate: get copies from dirstate before setting parents
Wed, 11 Dec 2019 18:10:20 +0100 Georges Racinet rust-index: use the new method in shortesthexnodeidprefix
Tue, 07 Jan 2020 09:26:06 -0500 Augie Fackler merge with stable