mercurial/context.py
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`
Tue, 20 Jul 2021 15:07:10 +0200 Joerg Sonnenberger revlog: recommit 49fd21f32695 with a fix for issue6528
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()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 28 Jan 2022 11:35:41 +0100 Pierre-Yves David rank: add context and template keyword
Wed, 26 Jan 2022 15:32:18 -0800 Martin von Zweigbergk arbitraryfilectx: use our existing helpers for reading and writing files
Tue, 23 Nov 2021 18:03:51 +0100 Pierre-Yves David status: move the boundary comparison logic within the timestamp module
Thu, 18 Nov 2021 13:12:40 +0100 Pierre-Yves David status: use filesystem time boundary to invalidate racy mtime
Wed, 17 Nov 2021 23:37:47 +0100 Pierre-Yves David status: gather fixup info at comparison time
Wed, 29 Sep 2021 15:07:21 +0200 Pierre-Yves David dirstate-item: use `tracked` instead of `state` in context.matches
Thu, 30 Sep 2021 15:28:42 +0200 Pierre-Yves David dirstate-item: use `tracked` instead of the `state` in context's iter
Wed, 29 Sep 2021 14:57:54 +0200 Pierre-Yves David dirstate-item: use `tracked` instead of the `state` in context
Mon, 19 Jul 2021 03:16:40 +0200 Pierre-Yves David context: use `update_file` instead of `drop` in `markcommitted`
Mon, 19 Jul 2021 03:15:57 +0200 Pierre-Yves David context: use `update_file` instead of `normal` in `markcommitted`
Mon, 19 Jul 2021 01:44:24 +0200 Pierre-Yves David context: use new API instead of `normal` during fixup post status
Thu, 08 Jul 2021 18:59:55 +0200 Pierre-Yves David sparse: make sure we adjust the dirstate at the same time as the parent
Thu, 08 Jul 2021 01:06:46 +0200 Pierre-Yves David context: use `dirstate.set_untracked` in `context.forget`
Thu, 08 Jul 2021 00:57:25 +0200 Pierre-Yves David context: use `dirstate.set_tracked` in context.copy
Thu, 08 Jul 2021 00:58:44 +0200 Pierre-Yves David context: use `dirstate.set_tracked` in `context.add`
Mon, 31 May 2021 18:35:44 +0200 Simon Sapin dirstate-v2: Write .hg/dirstate back to disk on directory cache changes
Tue, 11 May 2021 12:22:26 -0700 Martin von Zweigbergk templates: fix `revset('parents()') % ...` in amend message template
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Tue, 30 Mar 2021 02:32:30 +0200 Joerg Sonnenberger refactor: prefer checks against nullrev over nullid
Tue, 30 Mar 2021 02:33:12 +0200 Joerg Sonnenberger refactor: prefer lookup by revision, even for null
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 18 Mar 2021 18:24:59 -0400 Matt Harbison merge with stable
Wed, 10 Mar 2021 15:24:52 +1000 Corey Schuhen enclink: check contents of symlinks not just size in case of fcrypt stable
Fri, 29 Jan 2021 12:50:10 -0500 Augie Fackler context: add missing manifest invalidation after write in overlayworkingctx
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 20 Nov 2020 07:37:09 +0100 Pierre-Yves David context: small update to ctx.status doc
Tue, 15 Sep 2020 16:10:16 -0700 Martin von Zweigbergk merge: use in-memory mergestate when using in-memory context
Thu, 17 Sep 2020 09:56:05 -0700 Martin von Zweigbergk py3: don't risk passing a None value to error.ManifestLookupError()
Tue, 28 Jul 2020 20:07:05 +0200 Manuel Jacob context: re-add `overlayworkingctx._compact()` removed in 6a5dcd754842 stable
Sat, 11 Jul 2020 03:17:42 +0200 Manuel Jacob overlayworkingctx: remove unused `nofilechanges()` and `_compact()` methods
Sat, 11 Jul 2020 02:13:19 +0200 Manuel Jacob memctx: make `parents()` return list of one element if it’s not a merge
Sat, 11 Jul 2020 01:14:00 +0200 Manuel Jacob commit: factor out empty commit check to `basectx.isempty()`
Sat, 11 Jul 2020 00:53:34 +0200 Manuel Jacob overlayworkingctx: rename misleadingly named `isempty()` method
Thu, 09 Jul 2020 18:48:55 -0700 Rodrigo Damazio Bovendorp scmutil: allowing different files to be prefetched per revision
Wed, 27 May 2020 12:26:08 +0200 Pierre-Yves David metadata: move computation related to files touched in a dedicated module
Wed, 03 Jun 2020 12:04:38 -0700 Martin von Zweigbergk context: fix creation of ProgrammingError to not use non-existent field
Wed, 03 Jun 2020 19:20:18 +0900 Yuya Nishihara merge with stable
Sat, 16 May 2020 20:38:31 +0200 Pierre-Yves David flags: read flag from dirstate/disk for workingcopyctx (issue5743) stable
Mon, 18 May 2020 16:00:26 -0400 Augie Fackler context: implement mergestate() method
Tue, 28 Jan 2020 14:07:57 -0800 Martin von Zweigbergk copy: add experimetal support for unmarking committed copies
Tue, 11 Feb 2020 00:08:28 -0500 Augie Fackler context: use manifest.find() instead of two separate calls
Wed, 05 Feb 2020 15:15:18 -0500 Augie Fackler context: use manifest.walk() instead of manifest.match() to get file list
Thu, 21 Nov 2019 17:27:44 +0100 Pierre-Yves David changectx: mark parent of changesets as non filtered
Thu, 21 Nov 2019 23:46:51 +0100 Pierre-Yves David changectx: use unfiltered changelog to walk ancestors in annotate
Sun, 17 Nov 2019 14:39:28 +0100 Pierre-Yves David localrepo: also fastpath access to working copy parents when possible
Fri, 10 Jan 2020 13:24:25 -0800 Martin von Zweigbergk workingctx: move setparents() logic from localrepo to mirror overlayworkingctx
Fri, 10 Jan 2020 21:41:28 -0800 Martin von Zweigbergk overlayworkginctx: implement a setparents() to mirror dirstate.setparents()
Fri, 10 Jan 2020 17:03:23 -0800 Martin von Zweigbergk overlayworkingctx: default branch to base context's branch
Fri, 27 Dec 2019 14:08:02 -0800 Martin von Zweigbergk overlwayworkingctx: remove doubly bad reference to wrapped ctx for copies
Sat, 28 Dec 2019 02:02:34 -0500 Matt Harbison commit: change default `editor` parameter to None
Fri, 06 Dec 2019 20:40:02 -0500 Matt Harbison match: resolve filesets against the passed `cwd`, not the current one
Fri, 27 Dec 2019 16:47:47 +0100 Pierre-Yves David commitablectx: fix the default phase
Sun, 01 Dec 2019 18:46:10 -0500 Matt Harbison cleanup: fix docstring formatting
Sat, 23 Nov 2019 16:54:59 -0800 Pierre-Yves David changectx: mark the parents of the working copy as non filtered
less more (0) -1000 -300 -100 -60 tip