log

age author description
Tue, 24 May 2011 11:16:45 -0700 Brendan Cully Support for hg incoming
Wed, 25 May 2011 09:25:34 -0500 Augie Fackler test-conflict-{1,2}: cope with minor hg output variations
Tue, 24 May 2011 20:04:10 +0200 Christian Walther Fix round-trip fidelity for merges of converged files.
Sun, 22 May 2011 20:49:17 +0200 Christian Walther New tests for round-trip fidelity of merge conflicts resolved using one parent.
Sun, 22 May 2011 20:12:42 +0200 Christian Walther New test for round-trip fidelity of a merge of converged files.
Mon, 23 May 2011 19:32:26 -0500 Augie Fackler Merge.
Mon, 23 May 2011 10:32:38 -0700 Brendan Cully Define gitrepo.islocal
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 22:36:06 -0700 Adrian Sampson use new names for tags cache attributes if they're available
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 08:14:02 -0500 Augie Fackler test-pull-after-strip: Update expectations since we are not refetching objects
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 08:10:00 -0500 Augie Fackler tests: update expectations after message cleanups
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 17:04:05 -0500 Augie Fackler tests: cope with output format changes in hg 1.8
Sun, 15 May 2011 12:26:24 -0500 Augie Fackler Cope with new discovery code without crashing.
Sun, 15 May 2011 12:26:03 -0500 Augie Fackler url wasn't ever published as url.url, and is now util.url
Sun, 15 May 2011 12:24:25 -0500 Augie Fackler git_handler: support versions of hg without bookmarks
Sun, 15 May 2011 12:23:53 -0500 Augie Fackler tests: use run-tests.py's built-in daemon killing
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
Tue, 05 Apr 2011 13:31:28 +0200 Mads Kiilerich compatibility with new url handling in Mercurial 1.9
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+.