log

age author description
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
Thu, 09 Apr 2015 20:35:07 -0700 Siddharth Agarwal hggitperf: add a command to measure the perf of saving the foldmap
Thu, 09 Apr 2015 20:24:10 -0700 Siddharth Agarwal git_handler.save_map: pass in the map file explicitly for easier testing
Thu, 09 Apr 2015 20:14:33 -0700 Siddharth Agarwal git_handler.load_map: avoid split and strip
Thu, 09 Apr 2015 19:51:33 -0700 Siddharth Agarwal git_handler.load_map: avoid property accesses
Thu, 09 Apr 2015 19:48:21 -0700 Siddharth Agarwal contrib: add an extension to measure perf
Fri, 03 Apr 2015 11:18:30 -0700 Siddharth Agarwal overlaychangectx: return nullrev if commit has no parents
Fri, 03 Apr 2015 10:27:04 -0700 Siddharth Agarwal gitdirstate: use normalized path from _walkexplicit
Fri, 03 Apr 2015 10:25:18 -0700 Siddharth Agarwal gitdirstate: fix whitespace
Thu, 12 Mar 2015 10:29:58 -0700 Siddharth Agarwal tests: stop filtering out bookmark output
Fri, 06 Mar 2015 10:58:33 -0800 Siddharth Agarwal git_handler: reintroduce compatibility with dulwich 0.9.4 (issue124)
Wed, 04 Mar 2015 23:52:11 -0800 Siddharth Agarwal git_handler: stop exporting commits before performing a fetch
Thu, 05 Mar 2015 13:08:35 -0800 Siddharth Agarwal gitrepo.listkeys: stop exporting commits before computing bookmarks
Thu, 26 Feb 2015 22:14:44 -0800 Siddharth Agarwal git_handler: don't store rename source if branch info is stored
Thu, 26 Feb 2015 18:00:36 -0800 Siddharth Agarwal test-renames.t: add tests for renaming a file out and replacing it with a submodule
Thu, 26 Feb 2015 17:37:20 -0800 Siddharth Agarwal git_handler: handle case where file is renamed and replaced by a symlink
Mon, 23 Feb 2015 09:58:01 -0500 Augie Fackler git_handler: slight style cleanup for previous patch
Mon, 23 Feb 2015 09:56:21 -0500 Jelmer Vernooij Allow for dulwich to not return the magic "capabilities^{}" ref.
Sat, 21 Feb 2015 14:49:43 +0800 Paul Chen git_handler: Fix extra bookmark created after pushed to empty remote repo.
Mon, 16 Feb 2015 18:35:35 +0100 Mathias De Maré gitdirstate: avoid an abort when a .gitignore is missing
Fri, 30 Jan 2015 11:21:26 -0500 Augie Fackler Added signature for changeset aedd9b232115
Fri, 30 Jan 2015 11:21:18 -0500 Augie Fackler Added tag 0.8.0 for changeset cf3dafce0611
Fri, 30 Jan 2015 11:08:10 -0500 Augie Fackler Bump testedwith and hg-git version for release. 0.8.0
Mon, 26 Jan 2015 17:47:54 -0800 Siddharth Agarwal overlaymanifest: implement more methods for Mercurial 3.3 compatibility
Mon, 26 Jan 2015 17:46:55 -0800 Siddharth Agarwal overlaychangelog: return tuples for read()
Mon, 26 Jan 2015 16:21:23 -0800 Siddharth Agarwal overlay: add namespace support to overlayrepo to support Mercurial >= 3.3