mercurial/scmutil.py
Thu, 23 Sep 2021 09:38:45 -0700 Martin von Zweigbergk errors: use InputError for some invalid revsets and such
Mon, 19 Jul 2021 05:43:43 +0200 Pierre-Yves David copy: use `set_tracked` instead of `normallookup` in `dirstatecopy`
Thu, 15 Jul 2021 04:34:51 +0200 Pierre-Yves David dirstate: rename `update_file_reference` to `update_file_p1`
Sat, 10 Jul 2021 23:31:51 +0200 Pierre-Yves David dirstate: add a function to update tracking status while "moving" parents
Tue, 18 May 2021 21:50:09 -0700 Martin von Zweigbergk errors: make StorageError subclass Error, attaching an exit code to it
Tue, 18 May 2021 21:45:59 -0700 Martin von Zweigbergk errors: catch the new Error class in scmutil and chgserver
Tue, 18 May 2021 22:07:16 -0700 Martin von Zweigbergk errors: make InterventionRequired subclass Abort
Tue, 18 May 2021 17:15:49 -0700 Martin von Zweigbergk errors: let each Abort subclass define its error code
Fri, 07 May 2021 22:06:25 -0400 Matt Harbison merge with stable
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Fri, 30 Apr 2021 03:09:16 +0200 Joerg Sonnenberger core: don't hard-code hex node lengths
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Mon, 19 Apr 2021 09:37:01 -0700 Martin von Zweigbergk errors: introduce a class for remote errors
Mon, 19 Apr 2021 10:49:15 -0700 Martin von Zweigbergk errors: make OutOfBandError extend Abort
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 25 Feb 2021 10:08:33 -0500 Valentin Gatien-Baron wireprotov1peer: don't raise internal errors in some cases
Fri, 29 Jan 2021 12:16:55 -0800 Martin von Zweigbergk errors: use exit code 40 for when a hook fails
Tue, 08 Dec 2020 16:41:13 +0530 Pulkit Goyal scmutil: improve documentation of writereporequirements()
Wed, 09 Dec 2020 19:40:30 -0800 Martin von Zweigbergk errors: use detailed exit code 50 for StorageError
Wed, 09 Dec 2020 20:22:25 -0800 Martin von Zweigbergk errors: raise InputError if an ambiguous revision id prefix is used
Sat, 05 Dec 2020 23:35:55 +0100 Joerg Sonnenberger singlehead: introduce option to restrict to public changes
Tue, 01 Dec 2020 20:22:24 +0900 Yuya Nishihara log: do not accept string-matcher pattern as -u/-b/-B parameter
Tue, 01 Dec 2020 19:23:23 +0900 Yuya Nishihara scmutil: extract function that builds revset expr to select bookmark branch
Tue, 01 Dec 2020 19:46:01 +0900 Yuya Nishihara scmutil: document that bookmarkrevs() ignores non-head bookmark branch
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 16 Oct 2020 19:03:09 +0530 Pulkit Goyal scmutil: try-delete `.hg/store/requires` if store requirements are empty
Mon, 23 Nov 2020 16:20:02 -0800 Martin von Zweigbergk errors: introduce SecurityError and use it in a few places
Mon, 23 Nov 2020 11:18:48 -0800 Martin von Zweigbergk errors: remove trailing "!" from some error messages for consistency
Mon, 16 Nov 2020 16:00:50 -0800 Martin von Zweigbergk errors: use exit code 10 for parse errors
Fri, 20 Nov 2020 09:17:38 -0800 Martin von Zweigbergk errors: format "abort: " text in a new Abort.format() method
Fri, 20 Nov 2020 08:51:45 -0800 Martin von Zweigbergk errors: make formatparse() an instance method on ParseError
Thu, 19 Nov 2020 11:23:59 -0800 Martin von Zweigbergk errors: create "similarity hint" for UnknownIdentifier eagerly in constructor
Thu, 19 Nov 2020 12:20:26 -0800 Martin von Zweigbergk errors: move similarity_hint() to error module
Thu, 19 Nov 2020 09:19:44 -0800 Martin von Zweigbergk errors: morph reportsimilar() into similarity_hint()
Thu, 19 Nov 2020 10:29:06 -0800 Martin von Zweigbergk errors: restructure formatparse() to clarify conditions a bit
Thu, 22 Oct 2020 14:14:59 -0700 Martin von Zweigbergk errors: introduce CanceledError and use it in a few places
Mon, 16 Nov 2020 16:00:13 -0800 Martin von Zweigbergk dispatch: move some helper functions down into scmutil
Thu, 12 Nov 2020 10:35:33 -0800 Martin von Zweigbergk errors: use InputError for errors about bad label names (tags etc)
Thu, 12 Nov 2020 09:53:14 -0800 Martin von Zweigbergk errors: use InputError for errors about bad paths
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
less more (0) -300 -100 -60 tip