log

age author description
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
Wed, 28 Aug 2013 13:41:22 -0400 Augie Fackler Update test output to handle 65d8a43b adding some more objects.
Wed, 28 Aug 2013 11:27:13 -0400 Augie Fackler test-tree-decomposition: work around git command format changes
Mon, 12 Aug 2013 23:20:41 +0900 nsuke git_handler: skip exporting hg tags whose names are not valid as git tag name
Thu, 11 Jul 2013 00:22:07 +0300 Risto Kankkunen Make the path part of URL contain a leading slash only if it's not followed by tilde. (issue #71)
Mon, 01 Jul 2013 16:04:53 -0300 André Felipe Dias Fixes #54 | option branch_bookmark_suffix doesn't move bookmarks along
Sun, 14 Apr 2013 11:11:41 -0700 Gregory Szorc Only export modified Git trees
Wed, 03 Apr 2013 14:37:13 -0500 Augie Fackler overlaymanifest: add iteritems(), used by recent hg versions
Tue, 19 Mar 2013 22:44:01 -0700 Gregory Szorc Export Git objects from incremental Mercurial changes
Sun, 24 Mar 2013 16:39:40 -0500 Augie Fackler Added tag 0.4.0 for changeset a3c3b8077cbe
Wed, 06 Feb 2013 17:35:08 -0800 Hal Wine Add test to show dulwich fault on invalid timezone data 0.4.0
Tue, 05 Feb 2013 08:25:37 -0800 Hal Wine scrub bad timezone values before dulwich sees them
Sun, 06 Jan 2013 02:31:37 -0500 David M. Carr push: provide better output about changed references (issue #64)
Sun, 06 Jan 2013 01:46:57 -0500 David M. Carr push: add more output about what was added (issue #64)
Fri, 23 Nov 2012 20:20:48 -0600 Augie Fackler Merge with master.
Thu, 22 Nov 2012 18:44:09 -0500 David M. Carr git_handler: add bookmark compatibility with new bmstore (issue #60)
Fri, 23 Nov 2012 15:28:45 -0500 Jordi Gutiérrez Hermoso Implement new commands: hg2git and git2hg
Sun, 11 Nov 2012 17:12:55 -0600 Augie Fackler Merge next