log hggit/git_handler.py @ 629:3ff09f0fac7a

age author description
Sun, 15 Dec 2013 15:19:22 -0500 anatoly techtonik git_handler.py: less cryptic error message when push fails
Fri, 13 Dec 2013 13:02:08 -0500 Augie Fackler git_handler: iterate over new refs in sorted order to stabilize test output
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
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
Wed, 28 Aug 2013 13:49:01 -0400 Augie Fackler merge
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
Tue, 19 Mar 2013 22:44:01 -0700 Gregory Szorc Export Git objects from incremental Mercurial changes
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)
Sun, 11 Nov 2012 17:12:55 -0600 Augie Fackler Merge
Sun, 11 Nov 2012 15:46:19 -0600 Augie Fackler git_handler: defend against unexported revisions in tag exporting
Thu, 25 Oct 2012 23:22:36 -0500 Augie Fackler Merge
Thu, 25 Oct 2012 21:47:44 -0400 David M. Carr push: suppress "exporting hg objects to git" message
Thu, 25 Oct 2012 21:47:36 -0400 David M. Carr push: suppress ref output by default
Thu, 25 Oct 2012 20:49:08 -0400 David M. Carr gitrepo: initial support for listkeys
Thu, 25 Oct 2012 00:40:35 -0400 David M. Carr push: fix traceback when pushing empty hg repo to empty git repo (issue #58)
Thu, 18 Oct 2012 12:25:04 -0400 Jordi Gutiérrez Hermoso git_handler: replace with-statement with try-finally
Wed, 17 Oct 2012 10:59:42 -0500 Augie Fackler Merge
Wed, 17 Oct 2012 10:50:55 -0500 Augie Fackler git_handler: lazy-load mapping
Sun, 07 Oct 2012 20:11:27 -0400 David M. Carr push: change "no changes" default output to match normal mercurial
Thu, 27 Sep 2012 22:32:01 -0400 David M. Carr outgoing: don't delete remote refs
Fri, 21 Sep 2012 20:26:26 -0700 Gregory Szorc Verify tree and parent objects are in Git repo
Fri, 21 Sep 2012 19:43:50 -0700 Gregory Szorc Precompile author file regular expression
Fri, 21 Sep 2012 19:42:24 -0700 Gregory Szorc Precompile Git progress regular expressions
Fri, 21 Sep 2012 19:39:53 -0700 Gregory Szorc Precompile Git author extra data regular expression
Fri, 21 Sep 2012 19:36:57 -0700 Gregory Szorc Precompile Git username sanitizing regular expression
Fri, 21 Sep 2012 19:32:16 -0700 Gregory Szorc Precompile Git URI regular expression
Fri, 21 Sep 2012 19:28:46 -0700 Gregory Szorc Optimize get_git_author
Thu, 13 Sep 2012 18:47:11 -0400 David M. Carr outgoing: re-introduce support for outgoing
Sun, 09 Sep 2012 16:13:02 -0500 Augie Fackler Merge master into next.
Wed, 05 Sep 2012 23:27:31 -0400 David M. Carr push: state when no changes are found
Wed, 05 Sep 2012 23:27:31 -0400 David M. Carr push: only output updated refs
Wed, 05 Sep 2012 23:27:31 -0400 David M. Carr push: return 1 if no changes found, 0 if success
Tue, 28 Aug 2012 09:09:01 -0500 Augie Fackler submodules: only use the ordereddict backport if collections.OrderedDict is unavailable
Tue, 28 Aug 2012 09:08:22 -0500 Augie Fackler git_handler: remove tab character that snuck in
Mon, 06 Aug 2012 18:30:33 +0200 Artem Tikhomirov Subrepos: generate .hgsubstate and .hgsub based on gitlinks and .gitmodules, preserve gitlinks on hg commit export. Tests included. Dependency from PyPI's ordereddict to use OrderedDict
Mon, 13 Aug 2012 18:56:27 +0200 Mads Kiilerich git_handler: fix safehasattr - hg util is hgutil
Wed, 04 Jul 2012 09:39:23 -0500 Kevin Bullock git_handler: fix import_git_objects for Mercurial 2.0+ (issue 36)
Sat, 21 Apr 2012 12:21:29 -0500 Augie Fackler git_handler: add missing not from hg metadata extraction
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
Thu, 23 Feb 2012 13:49:07 -0500 Mike Bayer - add "author file" extension, allows an author translation map
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: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
Wed, 05 Oct 2011 22:44:29 +0200 Dan Villiom Podlaski Christiansen add support for the HTTP smart protocol when using Dulwich tip
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:00:52 -0500 Augie Fackler Adapt to atomictempfile API changes from Mercurial.
Tue, 19 Jul 2011 08:11:02 -0500 Augie Fackler Fix all-version-tests.
Sun, 17 Jul 2011 14:01:40 -0500 Augie Fackler Merge fix for `hg out` failing on empty repo.