log

age author description
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
Fri, 09 Sep 2011 13:34:40 -0500 Augie Fackler setup: require dulwich 0.8.1
Fri, 09 Sep 2011 15:44:25 -0500 Augie Fackler Merge test fixes for dulwich changes and output changes.
Fri, 09 Sep 2011 15:43:35 -0500 Augie Fackler Merge incoming fix.
Fri, 09 Sep 2011 15:42:24 -0500 Augie Fackler getremotechanges: fix incoming support
Fri, 09 Sep 2011 13:44:58 -0500 Augie Fackler overlay: stop using deprecated tree.entries() method
Tue, 19 Jul 2011 08:11:02 -0500 Augie Fackler Fix all-version-tests.
Sun, 19 Jun 2011 10:34:10 -0500 Augie Fackler Test output format tweaks for test-outgoing.
Fri, 17 Jun 2011 16:20:08 -0500 Augie Fackler test-incoming: fixes for hg 1.7
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 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.
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+.
Tue, 01 Mar 2011 08:24:36 -0600 Augie Fackler Added tag 0.2.6 for changeset 46d390f404da
Tue, 01 Mar 2011 08:24:33 -0600 Augie Fackler setup.py: bump to version 0.2.6 0.2.6
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
Tue, 15 Feb 2011 13:35:03 +0600 Alexey Sokolov Fix "hg outgoing" for mercurial versions which look like 1.6.x
Wed, 09 Feb 2011 10:21:36 -0500 jsumners I found that `inspect.getargspec(discovery.findoutgoing)[0]` was returning `[]` instead of the expected function definition.
Sat, 25 Dec 2010 23:49:16 +0100 Mads Kiilerich Create ssh subprocess with a shell command instead of an exec list
Wed, 22 Dec 2010 20:20:15 -0600 Augie Fackler tests: also test against hg 1.7.2
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
Tue, 16 Nov 2010 08:34:26 -0600 Augie Fackler test-git-workflow: mark git repo as not bare so we can do commits
Tue, 02 Nov 2010 08:37:52 -0500 Augie Fackler Added tag 0.2.5 for changeset bc72dd89c2c9
Tue, 02 Nov 2010 08:37:41 -0500 Augie Fackler setup: bump version to 0.2.5 0.2.5
Fri, 29 Oct 2010 08:36:29 -0500 Augie Fackler Makefile: add .PHONY so tests will run correctly
Fri, 29 Oct 2010 08:31:42 -0500 Augie Fackler demandimport: defend against collections breakage in new dulwich
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
Wed, 25 Aug 2010 15:45:57 -0500 Augie Fackler Added tag 0.2.4 for changeset b53421918a89
Wed, 25 Aug 2010 15:45:46 -0500 Augie Fackler setup: bump version number 0.2.4
Wed, 25 Aug 2010 22:38:30 +0200 Dan Villiom Podlaski Christiansen Makefile: *BSD support.
Sun, 15 Aug 2010 09:46:00 -0500 Augie Fackler Merge version fixes with new tests that identify the breakage.
Sun, 15 Aug 2010 09:45:00 -0500 Augie Fackler tests: import test-push-r (with slight changes) from Mercurial
Sun, 15 Aug 2010 09:41:28 -0500 Augie Fackler Makefile: add target for testing against many hg versions at once
Tue, 20 Jul 2010 16:20:41 +0200 Dan Villiom Podlaski Christiansen hgrepo: fix compatibility with Mercurial 1.5
Sat, 14 Aug 2010 21:34:34 -0500 Augie Fackler findoutgoing: more flexible wrapper function that should be more portable
Fri, 30 Jul 2010 17:24:28 -0500 Augie Fackler findoutgoing: update wrapper for hg change 98c874a929f1
Fri, 30 Jul 2010 16:12:13 -0500 Augie Fackler test-git-submodules: update for git output format change
Mon, 05 Jul 2010 11:56:07 -0500 Augie Fackler Added tag 0.2.3 for changeset 5d39b98e5083
Mon, 05 Jul 2010 11:56:04 -0500 Augie Fackler Bump version to 0.2.3 0.2.3
Mon, 05 Jul 2010 11:54:06 -0500 Augie Fackler gitrepo: update for pushable bookmarks
Mon, 05 Jul 2010 11:47:34 -0500 Augie Fackler test-url-parsing: defend against changes in dulwich
Fri, 18 Jun 2010 08:20:47 -0500 Augie Fackler hgrepo: pass through newbranch arg if pushing to hg
Sat, 12 Jun 2010 21:49:14 -0500 Augie Fackler Add just enough code to handle changes to cset discovery.
Sat, 12 Jun 2010 21:48:41 -0500 Augie Fackler test-pull-after-strip: discared new backup message from strip
Sat, 12 Jun 2010 21:28:09 -0500 Augie Fackler README: remove defunct Author list, use {hg,git} log to find out.
Sat, 12 Jun 2010 21:27:17 -0500 Augie Fackler README: 80 columns cleanup.
Sat, 12 Jun 2010 21:26:19 -0500 Augie Fackler README: remove outdated status, update version requirements.
Sat, 12 Jun 2010 21:24:52 -0500 Augie Fackler Merge README cleanups.
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
Sat, 12 Jun 2010 21:19:40 -0500 Augie Fackler Merge fix from Benoit Allard
Thu, 20 May 2010 00:16:59 +0200 Benoit Allard Fix a traceback when accessing _get_object() on Tag
Sat, 12 Jun 2010 21:14:33 -0500 Augie Fackler Cope with tags being sorted (hg cset c7dbd6c4877a) by backporting that behavior
Sat, 12 Jun 2010 21:12:21 -0500 Augie Fackler push: handle argspec change from e43c23d189a5
Mon, 17 May 2010 23:00:56 +0800 Tay Ray Chuan README: add 'Commands' section and stubs
Mon, 17 May 2010 22:53:18 +0800 Tay Ray Chuan README: rename 'Commands' section to 'Usage'
Mon, 17 May 2010 22:31:43 +0800 Tay Ray Chuan README: make url conversion more explicit
Mon, 17 May 2010 22:27:46 +0800 Tay Ray Chuan README: say 'an explicit protocol prefix'
Mon, 17 May 2010 19:55:17 +0800 Tay Ray Chuan README: reword clone command section
Mon, 17 May 2010 19:50:58 +0800 Tay Ray Chuan README: prefix commands with dollar sign
Mon, 17 May 2010 19:49:49 +0800 Tay Ray Chuan README: use bare-minimum of 4 spaces for code blocks
Mon, 17 May 2010 20:15:50 +0800 Tay Ray Chuan README: document git.intree