Sat, 21 Apr 2012 12:37:08 -0500 |
Augie Fackler |
tests: cope with yet another git output format change
|
Sat, 21 Apr 2012 12:21:29 -0500 |
Augie Fackler |
git_handler: add missing not from hg metadata extraction
|
Fri, 20 Apr 2012 21:16:32 -0500 |
Augie Fackler |
test-url-parsing.py: add a test for a username that starts with a number
|
Fri, 20 Apr 2012 21:11:19 -0500 |
Augie Fackler |
test-url-parsing.py: stop manually enumerating test methods
|
Sat, 31 Mar 2012 13:59:57 -0500 |
Augie Fackler |
Merge
|
Sat, 31 Mar 2012 13:55:06 -0500 |
Sean Farley |
git_handler: fix line.split error when bad data from a rebase is in the log
|
Sat, 31 Mar 2012 13:35:49 -0500 |
Augie Fackler |
tests: update for newer git output format
|
Thu, 23 Feb 2012 13:49:07 -0500 |
Mike Bayer |
- add "author file" extension, allows an author translation map
|
Sat, 25 Feb 2012 16:13:02 -0500 |
Mike Bayer |
Add documentation for branch_bookmark_suffix configuration parameter
|
Wed, 15 Feb 2012 09:30:06 +0800 |
Keshav Kini |
Remove illegal characters from username/email
|
Fri, 27 Jan 2012 22:48:55 -0500 |
Jason R. Coombs |
Strip trailing slash for heroku-style URLs. Fixes #31. Includes a regression test for the fix.
|
Fri, 27 Jan 2012 13:24:31 -0500 |
Jason R. Coombs |
Removed support for URLs beginning with git@. These URLs are not possible from within mercurial.
|
Thu, 26 Jan 2012 22:20:31 -0500 |
Jason R. Coombs |
Simplified URL handling with a single regular expression. This change enables port declarations with colon-separated urls.
|
Fri, 27 Jan 2012 11:52:53 -0600 |
Augie Fackler |
Added tag 0.3.2 for changeset a9c0b93488d4
|
Fri, 27 Jan 2012 11:52:42 -0600 |
Augie Fackler |
Bump version number for release.
0.3.2
|
Fri, 27 Jan 2012 11:06:27 -0600 |
Augie Fackler |
Update for newer dulwich and hg versions.
|
Sun, 18 Dec 2011 18:54:16 -0500 |
Mike Bayer |
- add "branch_bookmark_names" parameter. this allows bookmarks
|
Fri, 11 Nov 2011 16:25:56 +0100 |
Arne Babenhauserheide |
removed outdated info that hg can’t transfer bookmarks.
|
Wed, 05 Oct 2011 22:44:29 +0200 |
Dan Villiom Podlaski Christiansen |
add support for the HTTP smart protocol when using Dulwich tip
|
Sun, 09 Oct 2011 13:39:37 -0500 |
Tay Ray Chuan |
tests: accomodate changes in git-merge output
|
Tue, 13 Sep 2011 18:16:04 -0500 |
Augie Fackler |
Added tag 0.3.1 for changeset 556c3c586c4a
|
Tue, 13 Sep 2011 18:16:00 -0500 |
Augie Fackler |
setup.py: bump version to 0.3.1 for bugfix release
0.3.1
|
Tue, 13 Sep 2011 18:15:03 -0500 |
Augie Fackler |
setup.py: correct dependency to 0.8.0
|
Fri, 09 Sep 2011 16:17:30 -0500 |
Augie Fackler |
Added tag 0.3.0 for changeset fa3edeec7ed1
|
Fri, 09 Sep 2011 16:17:28 -0500 |
Augie Fackler |
Bump version for release.
0.3.0
|
Fri, 09 Sep 2011 16:12:49 -0500 |
Ehsan Akhgari |
Improve the parsing of author lines from Mercurial to generate committer and author lines that git can correctly understand
|
Fri, 09 Sep 2011 16:08:58 -0500 |
Augie Fackler |
Makefile: include 1.9.2 in all-version-tests
|
Fri, 09 Sep 2011 16:08:31 -0500 |
Augie Fackler |
outgoing: abort on broken hg versions rather than printing wrong results
|
Fri, 09 Sep 2011 16:00:52 -0500 |
Augie Fackler |
Adapt to atomictempfile API changes from Mercurial.
|
Fri, 09 Sep 2011 15:49:31 -0500 |
Augie Fackler |
test-incoming: test updates for progress capturing
|