log mercurial/context.py @ 32484:c50f29b37aab

age author description
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
Mon, 13 Mar 2017 12:40:14 -0700 Gregory Szorc py3: add __bool__ to every class defining __nonzero__
Wed, 15 Mar 2017 15:38:02 -0700 Pierre-Yves David context: simplify call to icase matcher in 'match()'
Wed, 15 Mar 2017 15:33:24 -0700 Pierre-Yves David context: explicitly tests for None
Sun, 12 Mar 2017 21:50:42 -0700 Gregory Szorc context: don't use mutable default argument value
Sun, 12 Mar 2017 00:43:47 -0500 Augie Fackler context: use portable construction to verify int parsing
Sat, 11 Mar 2017 20:57:40 -0500 Augie Fackler context: implement both __bytes__ and __str__ for Python 3
Sat, 11 Mar 2017 20:57:04 -0500 Augie Fackler context: work around `long` not existing on Python 3