log hggit/overlay.py @ 1130:80664524802b

age author description
Thu, 24 May 2018 11:26:15 +0200 Sean Farley compat: add compatibility for 4.6 mercurial.utils
Mon, 27 Nov 2017 19:05:08 -0500 Sean Farley cleanup: wrap to 80 chars
Mon, 27 Nov 2017 18:46:07 -0500 Sean Farley cleanup: add some blank lines
Mon, 27 Nov 2017 18:24:34 -0500 Sean Farley cleanup: fix whitespace around operators
Mon, 27 Nov 2017 18:22:34 -0500 Sean Farley cleanup: fix incorrect indentation
Thu, 05 Oct 2017 11:22:24 -0700 Durham Goode overlay: update changelogrevision
Thu, 05 Oct 2017 11:04:50 -0700 Durham Goode context: update to work with upstream
Fri, 12 May 2017 13:14:21 -0700 Jun Wu overlayfilectx: provide an isbinary() method
Wed, 15 Mar 2017 14:56:37 -0700 Durham Goode manifest: update matcher to match core api
Mon, 09 Jan 2017 05:05:12 -0800 Stanislau Hlebik hotfix: add unfiltered() method to fix tests
Thu, 17 Nov 2016 16:22:42 -0800 Durham Goode manifest: update to work with new manifest classes in core
Mon, 12 Sep 2016 05:51:16 -0700 Ryan McElroy overlay: add support for upstream manifestlog transition
Mon, 28 Mar 2016 16:22:17 -0700 Mateusz Kwapich overlay: add changelogrevision
Thu, 31 Dec 2015 12:45:30 -0800 Siddharth Agarwal merge
Thu, 31 Dec 2015 12:37:40 -0800 Siddharth Agarwal overlay: regularize mercurial imports
Tue, 29 Dec 2015 18:06:14 +0000 timeless init: handle AttributeError in addition to ImportError
Fri, 08 May 2015 15:50:48 -0700 Siddharth Agarwal overlaychangectx: use overlayrevlog logic to determine parents
Fri, 08 May 2015 16:00:45 -0700 Siddharth Agarwal overlay: adapt diff to work with lazymanifests
Wed, 22 Apr 2015 16:41:38 -0700 Sean Farley overlay: flake8 cleanup
Wed, 22 Apr 2015 16:40:45 -0700 Sean Farley overlay: remove method that apparenetly was never called
Fri, 03 Apr 2015 11:18:30 -0700 Siddharth Agarwal overlaychangectx: return nullrev if commit has no parents
Mon, 26 Jan 2015 17:47:54 -0800 Siddharth Agarwal overlaymanifest: implement more methods for Mercurial 3.3 compatibility
Mon, 26 Jan 2015 17:46:55 -0800 Siddharth Agarwal overlaychangelog: return tuples for read()
Mon, 26 Jan 2015 16:21:23 -0800 Siddharth Agarwal overlay: add namespace support to overlayrepo to support Mercurial >= 3.3
Tue, 25 Nov 2014 10:53:11 -0800 Durham Goode manifest: add matches() to overlay
Tue, 25 Feb 2014 00:23:12 -0800 Siddharth Agarwal overlayrevlog: handle root commits correctly
Tue, 25 Feb 2014 00:20:22 -0800 Siddharth Agarwal overlayrevlog: handle rev = 0 correctly
Wed, 19 Feb 2014 18:46:56 -0800 Siddharth Agarwal overlay: drop support for Mercurial < 1.9
Fri, 13 Dec 2013 12:54:39 -0500 Augie Fackler overlay: add kludge to make sure we only ever give hexshas to dulwich
Sat, 05 Oct 2013 17:40:50 -0400 Augie Fackler overlays: fix incoming support for hg 2.8
Wed, 03 Apr 2013 14:37:13 -0500 Augie Fackler overlaymanifest: add iteritems(), used by recent hg versions
Mon, 29 Oct 2012 21:34:37 -0500 Augie Fackler Merge obsolete marker fix.
Mon, 29 Oct 2012 20:16:00 -0400 David M. Carr overlaychangectx: fix compatibility with mercurial 2.4-rc (no attribute _repo)
Thu, 25 Oct 2012 20:49:08 -0400 David M. Carr gitrepo: initial support for listkeys
Thu, 26 Jul 2012 18:59:19 -0500 Augie Fackler overlaymanifest: add the withflags method introduced in hg change a1dcd842ce17
Fri, 09 Sep 2011 13:44:58 -0500 Augie Fackler overlay: stop using deprecated tree.entries() method
Tue, 24 May 2011 11:16:45 -0700 Brendan Cully Support for hg incoming