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
Thu, 24 May 2018 09:50:04 +0200 Sean Farley gitrepo: implement commandexecutor for hg 4.6
Wed, 02 May 2018 20:43:17 -0500 Kevin Bullock compat: switch from hgutil.Abort to error.Abort
Thu, 17 May 2018 07:51:47 +0200 Paul Morelle git_handler: use repo.__getitem__ instead of (removed) repo.changectx
Thu, 17 May 2018 07:38:28 +0200 Paul Morelle gitrepo: add missing 'intents' keyword (from hg 4.6) to gitrepo.__init__
Wed, 21 Mar 2018 23:29:07 +0100 Paul Morelle git-handler: fix deprecated API in next hg version
Tue, 01 May 2018 10:28:16 -0500 Kevin Bullock client: update to dulwich 0.19+
Sat, 24 Feb 2018 17:30:57 -0600 Kevin Bullock merge with 0.8.11 release
Sat, 24 Feb 2018 17:22:27 -0600 Kevin Bullock Added signature for changeset b90c69681d2d
Sat, 24 Feb 2018 17:22:24 -0600 Kevin Bullock Added tag 0.8.11 for changeset b90c69681d2d
Sat, 24 Feb 2018 17:22:10 -0600 Kevin Bullock version: bump version number to 0.8.11 0.8.11
Tue, 28 Nov 2017 22:49:58 -0800 Sean Farley tests: add pyflakes check to the test suite
Mon, 27 Nov 2017 19:24:23 -0500 Sean Farley cleanup: add a setup.cfg for flake8 rules to ignore
Mon, 27 Nov 2017 19:23:25 -0500 Sean Farley cleanup: put import at top of file
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