log hggit/git_handler.py @ 1135:c4703246f350

age author description
Fri, 02 Feb 2018 13:41:42 -0600 Kevin Bullock compat: mark all compat-checking locations outside hggit.compat with "COMPAT:"
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
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+
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: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, 06 Feb 2018 08:45:48 -0600 Kevin Bullock compat: extract function for memfilectx signature variants
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+
Mon, 27 Nov 2017 19:15:25 -0500 Sean Farley git_handler: fix doctests
Mon, 27 Nov 2017 17:49:04 -0500 Sean Farley fetch_pack: refactor to use compat.FetchPackResult
Sun, 24 Dec 2017 11:48:24 -0500 Kevin Bullock shared: fix compatibility with hg < 4.2
Thu, 26 Oct 2017 18:20:00 +0200 Pierre-Yves David share: host the git repository alongside the store
Thu, 24 Dec 2015 15:51:17 -0600 Sean Farley git_handler: add config knob for marking git branches public
Fri, 15 May 2015 15:02:24 -0700 Sean Farley fetch: mark remote HEAD as public phase
Tue, 24 Oct 2017 14:46:36 -0500 Kevin Bullock config: register git.blockdothg
Tue, 24 Oct 2017 14:44:48 -0500 Kevin Bullock config: register git.findcopiesharder
Tue, 24 Oct 2017 14:42:07 -0500 Kevin Bullock config: register git.renamelimit
Tue, 24 Oct 2017 14:39:58 -0500 Kevin Bullock config: register git.similarity
Tue, 24 Oct 2017 14:37:55 -0500 Kevin Bullock config: register git.mindate
Tue, 24 Oct 2017 14:36:17 -0500 Kevin Bullock config: register git.debugextrainmessage
Tue, 24 Oct 2017 14:33:12 -0500 Kevin Bullock config: register hggit.mapsavefrequency
Tue, 24 Oct 2017 14:26:35 -0500 Kevin Bullock config: register git.authors