log hggit/git_handler.py @ 537:6e05aa1b536d

age author description
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.
Wed, 13 Jul 2011 22:15:04 -0700 mcc In some situations where a reference is being used but does not exist in _map_git or _map_hg, silently skip the reference rather than throwing an error. This allows hg outgoing to work on repositories which do not contain any revisions at all.
Fri, 15 Jul 2011 15:33:48 -0700 Scott Chacon only want heads and tags
Wed, 13 Jul 2011 17:51:16 +0900 Junichi OKADOME to be recognized port number in path to repository
Fri, 17 Jun 2011 15:01:31 -0500 Augie Fackler test fixes for progress cleanup
Wed, 15 Jun 2011 23:40:12 -0700 Brendan Cully Convert dulwich progress into mercurial ui.progress
Tue, 24 May 2011 11:16:45 -0700 Brendan Cully Support for hg incoming
Tue, 24 May 2011 20:04:10 +0200 Christian Walther Fix round-trip fidelity for merges of converged files.
Mon, 23 May 2011 19:29:33 -0300 César Izurieta Use author as email when it is an email
Fri, 20 May 2011 22:41:43 -0700 Adrian Sampson respect references to tags that differ between git and .hgtags
Fri, 20 May 2011 09:47:50 -0700 Brendan Cully pull: more conservative count of new heads
Wed, 18 May 2011 15:12:32 -0700 Brendan Cully Make pull results more like hg pulls.
Wed, 18 May 2011 00:31:40 -0700 Brendan Cully Only fetch objects that are not already present.
Wed, 18 May 2011 00:31:40 -0700 Brendan Cully Catch GitProtocolError wherever HangupException can occur.
Wed, 18 May 2011 00:31:36 -0700 Brendan Cully Message cleanups
Tue, 17 May 2011 16:26:13 -0700 Brendan Cully Improve error reporting in get_refs
Sun, 15 May 2011 12:24:25 -0500 Augie Fackler git_handler: support versions of hg without bookmarks
Tue, 10 May 2011 21:39:17 -0700 Adrian Sampson fix for "outgoing" (previously, always printed all revisions)
Tue, 10 May 2011 21:13:18 -0700 Adrian Sampson activate a tipmost bookmark (git branch) after clone
Wed, 23 Mar 2011 21:31:26 -0500 Augie Fackler Merge spaces in tags fix.
Wed, 23 Mar 2011 01:03:29 +0200 Dmitry Gladkov fix handling of spaces in hg tag names
Thu, 24 Mar 2011 00:26:32 +0100 DontCare4Free Indenting fix
Thu, 24 Mar 2011 00:13:59 +0100 DontCare4Free Made hggit.git_handler.get_changed_refs try to use commands.bookmark before trying with bookmarks.bookmark, for compatibility with Mercurial 1.8+.
Tue, 01 Mar 2011 08:23:09 -0600 Augie Fackler git_handler: update ctx label handling for bookmarks in core
Thu, 24 Feb 2011 16:51:40 -0600 Kevin Bullock support upcoming Mercurial 1.8
Tue, 22 Feb 2011 14:58:35 +0100 timeless progress: use gerund form for import
Wed, 22 Dec 2010 16:57:26 -0600 Tay Ray Chuan pass hg's ui.ssh config to dulwich
Mon, 20 Dec 2010 23:30:16 -0600 Augie Fackler Fix bug where remote ref map wrote out binary nodes.
Mon, 20 Dec 2010 22:37:07 -0600 Augie Fackler hgrepo: completely rework handing of remote refs marking
Sun, 24 Oct 2010 14:19:39 -0700 Mike Blume fix typo -- my bad >.<
Sun, 24 Oct 2010 14:00:32 -0700 Mike Blume Looks like the latest version of Dulwich returns a tuple here. Let's handle that
Sat, 12 Jun 2010 21:23:01 -0500 Augie Fackler Merge documentation of in-tree and cleanup of the variable.
Wed, 02 Jun 2010 20:14:26 +0800 Tay Ray Chuan enforce stricter matching for pull -r base git_handler.py@8b44a10c14c5
Thu, 20 May 2010 00:16:59 +0200 Benoit Allard Fix a traceback when accessing _get_object() on Tag
Mon, 17 May 2010 20:04:02 +0800 Tay Ray Chuan explicitly expect boolean values for git.intree
Fri, 30 Apr 2010 10:35:13 -0500 Augie Fackler Un-break hg 1.3 by adding a compat layer for progress.