log hggit/git_handler.py @ 1074:03e7c9d1fbb6

age author description
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
Tue, 23 Jun 2015 20:17:10 -0700 Durham Goode pull: consider remotes during discovery
Thu, 14 May 2015 12:51:37 -0700 Gregory Szorc git_handler: properly handle paths when files converge
Tue, 12 May 2015 17:05:13 -0700 Sean Farley git_handler: update for bookmark changes in mercurial 3.5
Wed, 15 Apr 2015 18:37:37 -0400 Sean Farley git_handler: remove unused variables
Wed, 15 Apr 2015 18:31:06 -0400 Sean Farley git_handler: whitespace and formating changes
Wed, 15 Apr 2015 16:10:15 -0400 Sean Farley git_handler: remove dead imports and put them on multiple lines
Thu, 09 Apr 2015 21:15:20 -0700 Siddharth Agarwal git_mapfile.save_map: stop sorting the keys entirely
Mon, 13 Apr 2015 08:03:57 -0700 Siddharth Agarwal git_handler: move cStringIO to a global import
Thu, 09 Apr 2015 20:50:26 -0700 Siddharth Agarwal git_handler.save_map: buffer the output
Thu, 09 Apr 2015 20:39:53 -0700 Siddharth Agarwal git_handler.save_map: don't sort list of tuples