log hggit/git_handler.py @ 1108:aae2d15de6af

age author description
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
Tue, 24 Oct 2017 14:22:19 -0500 Kevin Bullock config: register git.branch_bookmark_suffix
Tue, 24 Oct 2017 14:18:26 -0500 Kevin Bullock config: register git.intree
Tue, 24 Oct 2017 15:21:55 -0500 Kevin Bullock renames: fix range check for renamelimit
Tue, 24 Oct 2017 15:10:15 -0500 Kevin Bullock renames: call hgutil.Abort from the correct module
Fri, 04 Aug 2017 14:34:57 -0700 Sean Farley ssh: avoid SSH command-line injection [SEC]
Sat, 05 Aug 2017 17:07:59 -0500 Kevin Bullock compat: remove unused argument
Sat, 05 Aug 2017 17:03:33 -0500 Kevin Bullock git_handler: use namedtuple as mock repo in doctests
Mon, 24 Jul 2017 15:07:44 -0500 Kevin Bullock wlock: use non-context-manager form to restore older hg support
Wed, 19 Jul 2017 05:51:44 -0700 Ryan McElroy bookmarks: compatibility with new applychanges api
Mon, 17 Jul 2017 05:49:23 -0700 Durham Goode wlock: take wlock when writing map file
Fri, 09 Jun 2017 05:49:23 -0700 Stanislau Hlebik git_handler: explicitly set default branch
Tue, 09 May 2017 14:33:28 -0700 Durham Goode vfs: stop using repo.join/wjoin
Wed, 15 Mar 2017 13:37:02 -0700 Durham Goode repo: update repo.join to be repo.vfs.join
Thu, 09 Mar 2017 12:33:05 -0800 Arun Kulshreshtha git_handler: replace repo.opener with repo.vfs
Tue, 01 Nov 2016 22:20:03 +0000 timeless githandler: replace ref with bookmark
Fri, 08 Jan 2016 14:02:20 -0800 Sean Farley git_handler: use remote HEAD for cloned bookmark (BC)
Fri, 15 May 2015 11:40:49 -0700 Sean Farley git_handler: use our read_pkt_refs for fetch_pack
Mon, 03 Oct 2016 04:43:48 -0700 Ryan McElroy githandler: respect mapsavefrequency during export
Mon, 05 Sep 2016 03:04:24 -0700 Ryan McElroy stop dying if extras is malformed
Mon, 05 Sep 2016 03:03:24 -0700 Ryan McElroy add progress to commit discovery phase
Thu, 04 Aug 2016 14:16:44 -0700 Sean Farley git_handler: use compat.passwordmgr for hg < 3.9 support
Thu, 04 Feb 2016 13:33:32 +0100 Dan Villiom Podlaski Christiansen git_handler: detect and reject nested Mercurial repositories
Mon, 11 Jan 2016 16:28:28 -0800 Sean Farley push: better formatting of messages from the server
Fri, 08 Jan 2016 13:59:39 -0800 Sean Farley git_handler: use util method for writing bookmarks
Thu, 31 Dec 2015 18:49:17 -0500 Augie Fackler git_handler: work around dulwich using unicode for ref names
Thu, 31 Dec 2015 12:45:30 -0800 Siddharth Agarwal merge
Thu, 31 Dec 2015 12:25:00 -0800 Siddharth Agarwal git_handler: regularize mercurial imports
Wed, 30 Dec 2015 10:27:24 -0800 Laurent Charignon bookmarks: use bookmarks.recordchange instead of bookmarks.write if available
Tue, 29 Dec 2015 18:06:14 +0000 timeless init: handle AttributeError in addition to ImportError
Wed, 02 Dec 2015 17:26:20 -0800 Sean Farley push: print messages from the server
Tue, 01 Dec 2015 10:19:50 -0800 Siddharth Agarwal Backed out changeset a593069575bb
Wed, 25 Nov 2015 17:52:59 -0500 Augie Fackler git_handler: work around dulwich using unicode for ref names
Sun, 08 Nov 2015 21:56:38 -0800 Siddharth Agarwal determine_wants: deal with refs being None
Thu, 24 Sep 2015 16:24:27 -0700 Sean Farley update_hg_bookmarks: add wlock
Thu, 14 May 2015 15:15:37 -0700 Sean Farley git_handler: rename local variable to not shadow import name
Fri, 15 May 2015 14:02:55 -0700 Sean Farley git_handler: remove pre-2.8 code for bookmarks
Mon, 27 Apr 2015 16:51:27 -0700 Sean Farley push: use unfiltered repo for looking previously mapped nodes
Thu, 24 Sep 2015 14:06:36 -0700 Sean Farley refs: avoid using dulwich to load refs
Sat, 16 May 2015 19:43:26 -0700 Sean Farley refs: use dulwich to read remote refs
Fri, 26 Jun 2015 16:32:20 -0700 Sean Farley git_handler: test for a raw git ssh uri
Sat, 13 Jun 2015 18:03:34 -0700 Sean Farley import_git_commit: skip hgsubstate logic if file was deleted
Thu, 11 Jun 2015 13:56:16 -0700 Durham Goode gitimport: add save frequency config