mercurial/context.py
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen overlayworkingctx: move _wrappedctx out of the constructor
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen overlayworkingctx: make clean() public
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen overlayworkingctx: remove flushall()
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen context: switch ctx() use to changectx()
Sun, 22 Oct 2017 17:23:34 +0900 Yuya Nishihara filectx: extract helper method to obtain filectx pointing to its introrev
Thu, 16 Nov 2017 15:01:21 -0800 rlevasseur docs: add args/returns docs for some cmdutil, context, and registrar functions
Sun, 19 Nov 2017 13:18:54 +0800 Anton Shestakov context: add instabilities() method to basefilectx
Sat, 18 Nov 2017 11:58:57 +0800 Anton Shestakov context: add obsolete() method to basefilectx
Wed, 25 Oct 2017 21:58:03 +0900 Yuya Nishihara statichttprepo: prevent loading dirstate over HTTP on node lookup (issue5717) stable
Tue, 17 Oct 2017 12:41:24 -0700 Phil Cohen arbitraryfilecontext: skip the cmp fast path if any side is a symlink
Tue, 17 Oct 2017 08:11:13 -0700 Mark Thomas context: audit paths before clearing unknown files and dirs
Sun, 15 Oct 2017 20:36:29 -0700 Phil Cohen context: add workingfilectx.markcopied
Fri, 13 Oct 2017 12:34:22 -0700 Phil Cohen context: add overlayfilectx.cmp()
Fri, 13 Oct 2017 12:40:05 -0700 Phil Cohen context: add a fast-comparision for arbitraryfilectx and workingfilectx
Fri, 13 Oct 2017 12:54:46 -0700 Phil Cohen context: add is `isinmemory()` to filectx
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas context: also consider path conflicts when clearing unknown files
Fri, 30 Jun 2017 03:43:13 +0200 Boris Feld configitems: register the 'merge.preferancestor' config
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: track whether a particular annotation was the result of a skip
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: introduce attr for storing per-line annotate data
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal context: rename local 'attr' to 'attr_'
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: move annotatepair unit tests to a separate file
Fri, 29 Sep 2017 14:49:05 -0700 Martin von Zweigbergk dirstate: use keyword arguments to clarify status()'s callers
Fri, 29 Sep 2017 14:19:36 -0700 Martin von Zweigbergk dirstate: use keyword arguments to clarify walk()'s callers
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Mon, 11 Sep 2017 13:03:27 -0700 Phil Cohen context: add overlayworkingcontext and overlayworkingfilectx
Fri, 01 Sep 2017 11:52:20 -0700 Phil Cohen context: add arbitraryfilectx, which can represent files outside the workdir
Thu, 31 Aug 2017 11:28:59 -0700 Phil Cohen merge: move some of the logic in batchget() to workingfilectx
Mon, 28 Aug 2017 16:58:59 -0700 Jun Wu metadataonlyctx: don't crash when reusing the manifest with deletions
Mon, 28 Aug 2017 16:49:41 -0700 Jun Wu context: make parents and text optional in metadataonlyctx
Tue, 22 Aug 2017 23:39:05 -0700 Martin von Zweigbergk context: remove unnecessary default values for matchers (API)
Tue, 22 Aug 2017 23:27:55 -0700 Martin von Zweigbergk context: always pass a matcher into _matchstatus() (API)
Thu, 24 Aug 2017 21:26:40 -0700 Phil Cohen context: add `decodeddata()` to basefilectx
Mon, 14 Aug 2017 11:20:06 +0200 Boris Feld context: fix troubled deprecation
Fri, 04 Aug 2017 19:39:34 +0200 Boris Feld obsolete: rename bumped volatile set into phasedivergent volatile set
Fri, 04 Aug 2017 19:36:27 +0200 Boris Feld obsolete: rename divergent volatile set into contentdivergent volatile set
Fri, 04 Aug 2017 19:27:39 +0200 Boris Feld obsolete: rename unstable volatile set into orphan volatile set
Wed, 02 Aug 2017 19:13:56 +0200 Boris Feld context: rename troubled into isunstable
Wed, 02 Aug 2017 19:09:00 +0200 Boris Feld context: rename bumped into phasedivergent
Wed, 02 Aug 2017 19:02:48 +0200 Boris Feld context: rename divergent into contentdivergent
Wed, 02 Aug 2017 18:50:32 +0200 Boris Feld context: rename unstable into orphan
Wed, 02 Aug 2017 18:34:39 +0200 Boris Feld context: rename troubles into instabilities
Tue, 01 Aug 2017 18:07:34 +0200 Boris Feld evolution: rename bumped to phase-divergent
Tue, 01 Aug 2017 17:58:20 +0200 Boris Feld evolution: rename divergent to content-divergent
Tue, 01 Aug 2017 17:53:48 +0200 Boris Feld evolution: rename unstable to orphan
Tue, 11 Jul 2017 00:40:29 -0400 Matt Harbison context: name files relative to cwd in warning messages
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Sun, 09 Jul 2017 02:55:46 -0400 Matt Harbison subrepo: consider the parent repo dirty when a file is missing
Fri, 07 Jul 2017 11:51:10 -0700 Gregory Szorc sparse: move post commit actions into core
Tue, 04 Jul 2017 22:35:52 -0700 Phil Cohen workingfilectx: add exists, lexists
Sun, 25 Jun 2017 22:30:14 -0700 Phil Cohen workingfilectx: add audit() as a wrapper for wvfs.audit()
Sun, 25 Jun 2017 22:30:14 -0700 Phil Cohen workingfilectx: add backgroundclose as a kwarg to write()
Sun, 25 Jun 2017 22:29:09 -0700 Phil Cohen merge: change repo.wvfs.setflags calls to a new wctx[f].setflags function
Sat, 24 Jun 2017 13:48:04 +0900 Yuya Nishihara py3: add utility to forward __str__() to __bytes__()
Thu, 22 Jun 2017 03:22:30 +0530 Pulkit Goyal py3: define __bytes__ for basefilectx class
Sun, 19 Feb 2017 19:37:14 +0900 Yuya Nishihara dagop: move blockancestors() and blockdescendants() from context
Mon, 12 Jun 2017 13:56:50 -0700 Siddharth Agarwal workingctx: add a way for extensions to run code at status fixup time
Mon, 12 Jun 2017 13:56:43 -0700 Siddharth Agarwal workingctx: also pass status tuple into poststatusfixup
Mon, 12 Jun 2017 13:54:59 -0700 Siddharth Agarwal workingctx: factor out post-status dirstate fixup
Sat, 10 Jun 2017 16:00:18 -0700 Sean Farley memctx: always use cache for filectxfn
Sat, 10 Jun 2017 10:24:33 -0400 Sean Farley context: inline makememctx (API)
less more (0) -300 -100 -60 tip