log

age author description
Tue, 11 Feb 2014 22:13:34 -0800 Siddharth Agarwal git_handler: don't bail on multiple octopus merges in succession
Fri, 07 Feb 2014 10:43:49 -0500 Jordi GutiƩrrez Hermoso gitdirstate: import errno for handling OSError
Sun, 22 Dec 2013 16:31:12 +0000 Christopher Meng Update COPYING file to the latest license texts from http://www.gnu.org/licenses/gpl-2.0.txt
Sun, 15 Dec 2013 15:25:31 -0500 Augie Fackler tests: fix output expectations from 3ff09f0
Sun, 15 Dec 2013 15:19:22 -0500 anatoly techtonik git_handler.py: less cryptic error message when push fails
Sat, 14 Dec 2013 12:05:15 -0500 Augie Fackler Added signature for changeset 2f7bd8db709f
Sat, 14 Dec 2013 12:03:56 -0500 Augie Fackler Added tag 0.5.0 for changeset ef41e87ea11a
Sat, 14 Dec 2013 12:03:54 -0500 Augie Fackler setup: bump version 0.5.0
Sat, 14 Dec 2013 12:00:09 -0500 Augie Fackler test-subrepos.t: hide output from newer hg versions about active bookmarks
Sat, 14 Dec 2013 11:59:39 -0500 Augie Fackler testedwith: drop 2.3.1, which has at least one test failure
Sat, 14 Dec 2013 11:19:39 -0500 Augie Fackler testedwith: add 2.8.1
Sat, 14 Dec 2013 11:19:25 -0500 Augie Fackler gitignore: gate feature on dirstate having rootcache and ignore having readpats
Fri, 13 Dec 2013 13:02:08 -0500 Augie Fackler git_handler: iterate over new refs in sorted order to stabilize test output
Fri, 13 Dec 2013 12:54:39 -0500 Augie Fackler overlay: add kludge to make sure we only ever give hexshas to dulwich
Fri, 13 Dec 2013 12:42:55 -0500 Augie Fackler test-timezone.t: add missing (but needed) trailing whitespace
Fri, 13 Dec 2013 12:41:41 -0500 Augie Fackler tests: dulwich is now smarter about sending fewer objects, update output
Fri, 13 Dec 2013 12:34:06 -0500 Augie Fackler setup: bump dep on dulwich to 0.9.4
Tue, 03 Dec 2013 16:55:17 -0500 Jordi GutiƩrrez Hermoso git-handler: turn refs from None to {} so that empty git repos can convert
Wed, 27 Nov 2013 09:27:59 -0500 Ben Kehoe Fix for #68 | Use .gitignore files (with proper semantics)
Sat, 05 Oct 2013 14:46:10 -0700 Augie Fackler Merge pull request #249 from warner/improve-readme
Tue, 26 Jun 2012 11:41:53 -0700 Brian Warner README: add URLs of homepage, primary hg repo, and git mirror repo
Sat, 05 Oct 2013 17:40:50 -0400 Augie Fackler overlays: fix incoming support for hg 2.8
Tue, 17 Sep 2013 09:59:36 -0400 Augie Fackler Merge a work-around for a bug in dulwich.
Tue, 17 Sep 2013 09:58:36 -0400 Augie Fackler git_handler: fix bugs introduced by 47df57f2bb2b which could never have passed tests
Tue, 17 Sep 2013 09:58:12 -0400 Augie Fackler git_handler: clean up trailing whitespace
Tue, 11 Dec 2012 15:44:23 +0100 domruf fix/work around https://bugs.launchpad.net/dulwich/+bug/1025886
Fri, 13 Sep 2013 02:41:36 +0100 Alex Regueiro Updated `setup.py` file to reflect requirement on newer version of dulwich package.
Fri, 13 Sep 2013 01:42:27 +0100 Alex Regueiro Upgraded to use latest version of dulwich (0.9.1).
Wed, 28 Aug 2013 13:52:38 -0400 Augie Fackler test-subrepos: cope with unsorted output in .hgsub
Wed, 28 Aug 2013 13:49:01 -0400 Augie Fackler merge