mercurial/context.py
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)
Fri, 09 Jun 2017 13:39:13 -0700 Sean Farley context: add convenience method for returning a memfilectx from a patch
Fri, 09 Jun 2017 13:25:02 -0700 Sean Farley memctx: refactor inline getfilectx into convenience method
Fri, 09 Jun 2017 13:07:49 +0900 FUJIWARA Katsunori context: avoid writing outdated dirstate out (issue5584)
Thu, 08 Jun 2017 22:18:17 -0700 Martin von Zweigbergk match: allow pats to be None
Fri, 19 Aug 2016 18:40:35 +0900 Yuya Nishihara localrepo: map integer and hex wdir identifiers to workingctx
Sat, 03 Jun 2017 16:33:28 -0400 Augie Fackler merge with stable
Fri, 02 Jun 2017 22:27:52 -0700 Siddharth Agarwal status: don't crash if a lookup file disappears stable 4.2.1
Thu, 01 Jun 2017 02:25:18 +0530 Pulkit Goyal py3: implement __bytes__ for committablectx
Thu, 01 Jun 2017 00:00:10 +0530 Pulkit Goyal py3: make sure we return strings from __str__ and __repr__
Thu, 11 May 2017 13:59:48 -0700 Sean Farley context: move dirty() to committablectx
Thu, 11 May 2017 13:51:10 -0700 Sean Farley committablectx: extra is already normalized by committablectx.__init__
Thu, 25 May 2017 17:20:43 -0700 Jun Wu context: do not cache manifestctx
Wed, 24 May 2017 19:39:33 -0700 Siddharth Agarwal annotate: add a new experimental --skip option to skip revs
Wed, 24 May 2017 19:07:14 -0700 Siddharth Agarwal annotate: add core algorithm to skip a rev
Wed, 24 May 2017 17:40:08 -0700 Siddharth Agarwal annotate: make pair take all parents to pair against
Wed, 24 May 2017 17:38:28 -0700 Siddharth Agarwal annotate: move pair function to top level
Fri, 19 May 2017 12:18:25 +0200 Boris Feld devel: add a config field to force dates to timestamp 0
Thu, 18 May 2017 22:20:59 -0700 Martin von Zweigbergk match: replace icasefsmatch() function by flag to regular match()
Fri, 12 May 2017 23:11:41 -0700 Martin von Zweigbergk match: replace match class by match function (API)
Thu, 18 May 2017 17:11:07 -0400 Augie Fackler context: migrate to context manager for changing dirstate parents
Tue, 09 May 2017 20:23:21 -0700 Jun Wu filectx: add an overlayfilectx class
Tue, 09 May 2017 19:16:48 -0700 Jun Wu filectx: remove __new__
Tue, 09 May 2017 16:34:12 -0700 Jun Wu filectx: add a rawflags method
Tue, 09 May 2017 19:53:31 -0700 Jun Wu filectx: move size to basefilectx
Tue, 09 May 2017 19:48:57 -0700 Jun Wu filectx: make renamed a property cache
Tue, 09 May 2017 19:23:28 -0700 Jun Wu filectx: make flags a property cache
Fri, 28 Apr 2017 01:13:07 +0530 Pulkit Goyal py3: use raw strings while accessing class.__dict__
Mon, 24 Apr 2017 18:33:23 +0200 Denis Laxalde context: optimize linkrev adjustment in blockancestors() (issue5538) stable
Thu, 20 Apr 2017 21:40:28 +0200 Denis Laxalde context: start walking from "introrev" in blockancestors() stable
Sat, 15 Apr 2017 18:13:10 +0200 Pierre-Yves David hidden: extract the code generating "filtered rev" error for wrapping
Fri, 14 Apr 2017 14:25:06 +0200 Denis Laxalde context: possibly yield initial fctx in blockdescendants()
Fri, 14 Apr 2017 14:09:26 +0200 Denis Laxalde context: add an assertion checking linerange consistency in blockdescendants()
Fri, 14 Apr 2017 08:55:18 +0200 Denis Laxalde context: follow all branches in blockdescendants()
Mon, 10 Apr 2017 15:11:36 +0200 Denis Laxalde context: add a blockdescendants function
Fri, 07 Apr 2017 11:02:43 -0700 Jun Wu metadataonlyctx: replace "changeset()[0]" to "manifestnode()"
Sun, 26 Mar 2017 12:26:35 -0700 Jun Wu metadataonlyctx: speed up sanity check
Fri, 24 Mar 2017 22:13:23 +0900 FUJIWARA Katsunori misc: update descriptions about removed file for filectxfn
less more (0) -300 -100 -60 tip