mercurial/scmutil.py
Wed, 06 Mar 2024 11:39:44 +0100 Pierre-Yves David branchcache: store filtered hash and obsolete hash independently for V3
Wed, 06 Mar 2024 01:53:52 +0100 Pierre-Yves David filteredhash: rename the filteredhash function
Wed, 06 Mar 2024 01:43:51 +0100 Pierre-Yves David filteredhash: split the computation of revision sets
Tue, 05 Mar 2024 15:21:18 +0100 Pierre-Yves David filteredhash: move the hashing in its own function
Mon, 09 Oct 2023 15:12:16 +0200 Pierre-Yves David usage: add configuration option to adjust resources usage
Mon, 30 Oct 2023 21:28:30 +0100 Georges Racinet rust-revlog: using the ad-hoc `NodeTree` in scmutil
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
Wed, 30 Aug 2023 01:23:30 +0200 Pierre-Yves David localrepo: purge filecache attribute using there unicode name
Fri, 03 Feb 2023 01:05:41 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:34:48 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Sat, 13 Apr 2019 01:53:59 +0200 Pierre-Yves David hgweb: move ismember from `hgweb.common` to `scmutil`
Wed, 15 Feb 2023 11:51:58 +0100 Pierre-Yves David commit: use `dirstate.change_files` to scope the associated `addremove`
Tue, 31 Jan 2023 11:41:59 +0100 Pierre-Yves David branching: merge with stable
Sat, 28 Jan 2023 18:26:28 +0400 Anton Shestakov scmutil: make checknewlabel() allow "_" in otherwise numeric names (issue6737) stable
Mon, 17 Oct 2022 16:26:16 +0200 Pierre-Yves David reuse-delta-base: improves some documentation
Tue, 16 Aug 2022 18:20:42 +0200 Pierre-Yves David phase: introduce a dedicated function to check for the archived phase
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Mon, 30 May 2022 16:18:12 +0200 Manuel Jacob node: stop converting binascii.Error to TypeError in bin()
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:24:57 -0700 Gregory Szorc py3: use str instead of pycompat.unicode
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 07 Feb 2022 12:29:43 +0300 Anton Shestakov scmutil: obsrevs is already a frozenset
Fri, 07 Jan 2022 11:53:23 +0300 Anton Shestakov branchmap: skip obsolete revisions while computing heads
Tue, 07 Dec 2021 15:48:22 -0800 Kyle Lippincott directaccess: fix uses of commands.status() that don't go through flag parsing
Fri, 19 Nov 2021 16:16:21 -0800 Martin von Zweigbergk errors: use detailed exit code for RepoLookupError
Fri, 19 Nov 2021 15:40:56 -0800 Martin von Zweigbergk errors: use detailed exit code for detected case-collision
Tue, 09 Nov 2021 21:56:04 +0530 Pulkit Goyal merge with default stable 6.0rc0
Wed, 29 Sep 2021 18:37:54 +0200 Pierre-Yves David dirstate-item: use `added` instead of `state` when moving dirstate
Wed, 29 Sep 2021 18:36:12 +0200 Pierre-Yves David dirstate-item: use item's property when computing a copies
Wed, 29 Sep 2021 15:39:33 +0200 Pierre-Yves David dirstate-item: use item's property instead of `state` in addremove
Tue, 28 Sep 2021 09:40:57 +0200 Raphaël Gomès branching: merge stable into default
Tue, 21 Sep 2021 18:02:07 +0200 Pierre-Yves David filecache: abstract the fetching of the list of tracked file stable
Thu, 23 Sep 2021 09:40:01 -0700 Martin von Zweigbergk errors: use InputError for bad --similarity value
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
less more (0) -300 -100 -60 tip