log

age author description
Sun, 14 Oct 2018 21:43:45 -0500 Kevin Bullock Added signature for changeset c651bb6fcf33 default tip master
Sun, 14 Oct 2018 21:42:45 -0500 Kevin Bullock Added tag 0.8.12 for changeset c651bb6fcf33
Sun, 14 Oct 2018 21:42:35 -0500 Kevin Bullock compat: update testedwith and bump version number for release 0.8.12
Wed, 07 Feb 2018 22:42:32 -0600 Kevin Bullock compat: find listdir function in compat module
Wed, 07 Feb 2018 22:37:28 -0600 Kevin Bullock compat: extract function for differing phases.advanceboundary args
Wed, 07 Feb 2018 22:30:17 -0600 Kevin Bullock compat: find the right method to set active bookmark once
Wed, 07 Feb 2018 22:18:35 -0600 Kevin Bullock compat: drop compat code from hg < 1.9 (!!)
Wed, 07 Feb 2018 22:08:14 -0600 Kevin Bullock compat: drop hg < 1.4 compat code (!!)
Fri, 02 Feb 2018 13:43:26 -0600 Kevin Bullock compat: drop hg < 1.8 compat code (!!)
Fri, 02 Feb 2018 13:41:42 -0600 Kevin Bullock compat: mark all compat-checking locations outside hggit.compat with "COMPAT:"
Tue, 18 Sep 2018 21:52:09 +0200 Arne Babenhauserheide compat: support hg 4.7 demandimport.IGNORES API with fallback to 4.6 API
Mon, 28 May 2018 10:08:42 +0200 Paul Morelle overlaychangectx: fallback to self._hgrepo if self._repo attribute not found
Thu, 24 May 2018 11:45:12 +0200 Sean Farley overlaychangectx: also assign repo to self._repo
Thu, 24 May 2018 11:35:10 +0200 Sean Farley overlay: be more object oriented for overlaychangectx.parents
Thu, 24 May 2018 11:26:15 +0200 Sean Farley compat: add compatibility for 4.6 mercurial.utils