log

age author description
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 08:06:52 -0500 Augie Fackler test-url-parsing: update expecations missed by edaadbd99074
Wed, 13 Jul 2011 17:51:16 +0900 Junichi OKADOME to be recognized port number in path to repository
Thu, 23 Jun 2011 11:29:30 -0700 Brendan Cully Unbreak outgoing to non-git repos with hg pre-1.9
Fri, 17 Jun 2011 15:01:31 -0500 Augie Fackler test fixes for progress cleanup
Fri, 17 Jun 2011 09:23:52 -0700 Brendan Cully Fix mercurial issue2855
Wed, 15 Jun 2011 23:40:12 -0700 Brendan Cully Convert dulwich progress into mercurial ui.progress
Tue, 31 May 2011 19:36:53 -0500 Augie Fackler test-incoming: only run on hg 1.7.x and newer
Tue, 31 May 2011 10:46:52 -0700 Brendan Cully Prevent exception in incoming with hg <= 1.6
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.