mercurial/scmutil.py
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
less more (0) -300 -100 -50 -30 tip