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
Mon, 27 Nov 2017 18:34:24 -0500 Sean Farley cleanup: use tuple instead of list since path is immutable
Mon, 27 Nov 2017 18:26:57 -0500 Sean Farley cleanup: use is not None instead of !=
Mon, 27 Nov 2017 18:25:44 -0500 Sean Farley cleanup: put extra space before inline comment
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
Mon, 27 Nov 2017 18:21:17 -0500 Sean Farley cleanup: remove unused imports
Tue, 06 Feb 2018 17:04:24 -0800 Tony Tung git_handler: store gpgsig header to maintain commit coherence
Tue, 20 Feb 2018 16:21:38 -0800 Sean Farley tests: add gpg directory from hg test suite
Tue, 06 Feb 2018 16:34:28 -0800 Tony Tung tests: copy hg test infra from hg repo @5cfdf6137af8
Tue, 06 Feb 2018 12:12:49 -0600 Kevin Bullock compat: update testedwith for hg 4.5 release
Tue, 06 Feb 2018 08:45:48 -0600 Kevin Bullock compat: extract function for memfilectx signature variants
Tue, 06 Feb 2018 08:37:11 -0600 Kevin Bullock tests: glob out a hint that changed in hg 4.5
Sat, 03 Feb 2018 14:54:35 -0600 Kevin Bullock exchange: check for remote refs to determine if we're cloning
Mon, 05 Feb 2018 23:21:35 -0800 Tony Tung compat: pass memctx to memfilectx constructor on hg 4.5+
Fri, 02 Feb 2018 10:06:57 -0600 Kevin Bullock tests: restore the use of the right 'hg' when testing w/old versions
Sun, 24 Dec 2017 12:05:22 -0500 Kevin Bullock tests: use our copy of run-tests.py when testing against older hg
Fri, 22 Dec 2017 16:15:18 -0600 Kevin Bullock tests: remove now-redundant doctest runs from `make tests`
Thu, 30 Nov 2017 14:48:54 -0800 Sean Farley tests: add doctest test so we don't regress with those
Mon, 27 Nov 2017 19:15:25 -0500 Sean Farley git_handler: fix doctests
Thu, 30 Nov 2017 14:49:06 -0800 Sean Farley tests: fix bad (re) match
Mon, 27 Nov 2017 17:49:04 -0500 Sean Farley fetch_pack: refactor to use compat.FetchPackResult
Mon, 27 Nov 2017 17:47:14 -0500 Sean Farley compat: add a stub FetchPackResult class for use with older dulwich
Mon, 27 Nov 2017 17:45:51 -0500 Sean Farley compat: use newer read_pkt_refs from dulwich if possible
Mon, 27 Nov 2017 17:40:59 -0500 Sean Farley gitrepo: slight refactor to use {} instead of dict()
Fri, 01 Dec 2017 16:14:16 -0800 Sean Farley tests: fix symlink subrepo test
Tue, 06 Sep 2016 01:11:28 +0200 Dan Villiom Podlaski Christiansen share: add a test for shared git data in shared repositories
Sun, 24 Dec 2017 11:48:24 -0500 Kevin Bullock shared: fix compatibility with hg < 4.2
Mon, 27 Nov 2017 22:03:18 -0600 Kevin Bullock doc: document all config options in README
Sat, 25 Nov 2017 19:55:54 -0600 Kevin Bullock doc: sort config options in alphabetical order
Thu, 26 Oct 2017 18:20:00 +0200 Pierre-Yves David share: host the git repository alongside the store