log mercurial/context.py @ 26412:7e8e3c0920a6

age author description
Thu, 25 Jun 2015 17:54:55 -0500 Matt Mackall merge: make merge.preferancestor type and default consistent
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori context: write dirstate out explicitly at the end of markcommitted
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori context: write dirstate out explicitly after marking files as clean
Mon, 22 Jun 2015 22:05:10 +0900 Yuya Nishihara workingctx: use node.wdirid constant
Sun, 28 Jun 2015 13:38:03 -0400 Matt Harbison workingctx: don't report the tags for its parents
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 16 Jun 2015 23:03:36 -0400 Matt Harbison subrepo: allow a representation of the working directory subrepo
Sun, 14 Jun 2015 22:04:17 -0400 Matt Harbison context: override workingctx.hex() to avoid a crash
Fri, 05 Jun 2015 19:01:04 -0400 Matt Harbison context: add an optional constructor parameter for a match.bad() override
Thu, 04 Jun 2015 21:37:59 -0400 Matt Harbison context: replace match.bad() monkey patching with match.badmatch()
Wed, 03 Jun 2015 13:51:27 -0400 Matt Harbison context: introduce the nullsub() method
Fri, 22 May 2015 13:06:45 -0700 Laurent Charignon patch: add 'extra' argument to makememctx
Tue, 19 May 2015 07:17:57 -0500 Matt Mackall merge with stable
Sun, 17 May 2015 01:06:10 -0400 Matt Harbison context: don't complain about a matcher's subrepo paths in changectx.walk() stable
Sat, 16 May 2015 00:36:35 -0400 Matt Harbison match: resolve filesets in subrepos for commands given the '-S' argument