log

age author description
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
Mon, 17 May 2010 20:04:02 +0800 Tay Ray Chuan explicitly expect boolean values for git.intree
Sat, 22 May 2010 22:12:30 -0500 Augie Fackler Added tag 0.2.2 for changeset a222399a59d7
Sat, 22 May 2010 22:12:11 -0500 Augie Fackler Bump version 0.2.2 0.2.2
Sat, 22 May 2010 22:10:17 -0500 Augie Fackler Require dulwich 0.6.0
Fri, 30 Apr 2010 10:35:13 -0500 Augie Fackler Un-break hg 1.3 by adding a compat layer for progress.
Tue, 06 Apr 2010 10:20:13 -0500 Simon Ruderich README.md: Improve Mercurial to Git conversion description.
Tue, 06 Apr 2010 10:19:30 -0500 Simon Ruderich README.md: Add information to convert Mercurial to Git.
Mon, 05 Apr 2010 19:06:48 -0500 Augie Fackler Merge style fix
Mon, 05 Apr 2010 19:06:20 -0500 Augie Fackler git_handler: prefer () continuation to \ continuation.
Mon, 05 Apr 2010 19:05:18 -0500 Augie Fackler setup.py: depend on dulwich 0.5.1 or later
Mon, 05 Apr 2010 18:52:58 -0500 Augie Fackler Merge test fix.
Mon, 05 Apr 2010 13:28:52 +0800 Tay Ray Chuan test-pull-after-strip: don't run git-cleanup twice
Sun, 04 Apr 2010 23:26:46 +0800 Tay Ray Chuan Merge branch 'rc/push-tag' into rc/master
Sun, 04 Apr 2010 19:23:34 +0800 Tay Ray Chuan Merge branch 'rc/fix-ann-tags' into rc/master
Mon, 15 Mar 2010 12:53:54 +0800 Tay Ray Chuan when pushing, check if server is advertising annotated tags
Mon, 15 Mar 2010 13:10:06 +0800 Tay Ray Chuan test-git-tags: test pushing to repo with annotated tags
Fri, 02 Apr 2010 20:08:14 +0800 Tay Ray Chuan update references to Tag.get_object()
Fri, 02 Apr 2010 19:56:50 +0800 Tay Ray Chuan handle apply_delta() return value correctly
Mon, 29 Mar 2010 12:51:40 +0800 Tay Ray Chuan update_remote_branches: don't store de-refed tags
Mon, 29 Mar 2010 13:05:59 +0800 Tay Ray Chuan update_remote_branches: refactor head usage
Mon, 29 Mar 2010 13:00:49 +0800 Tay Ray Chuan update_remote_branches: don't prepend '/' to heads
Sun, 28 Mar 2010 12:21:48 +0800 Tay Ray Chuan tests: specify --pretty format
Sat, 27 Mar 2010 22:20:18 -0500 Augie Fackler Merge debug message fix.
Mon, 22 Mar 2010 00:36:39 +0800 Tay Ray Chuan export_hg_commit: fix debug note
Sat, 27 Mar 2010 21:37:58 -0500 Augie Fackler Various hg 1.4 compat fixes.
Sat, 27 Mar 2010 21:16:41 -0500 Augie Fackler test-hg-branch: sed hashes from hg < 1.5
Thu, 25 Mar 2010 20:24:00 -0500 Augie Fackler pull: make it possible to un-wedge the repo after stripping git revs
Thu, 25 Mar 2010 20:23:00 -0500 Augie Fackler hggit: defend against exceptions when pulling with -r
Thu, 25 Mar 2010 20:23:00 -0500 Augie Fackler hggit: don't wrap gitrepo with hgrepo
Thu, 25 Mar 2010 20:23:00 -0500 Augie Fackler pull: fail more gracefully if revisions have been stripped
Thu, 25 Mar 2010 19:54:00 -0500 Augie Fackler tests: many, many changes so we never push into a checked-out ref
Thu, 25 Mar 2010 19:39:00 -0500 Augie Fackler git_handler: 80 columns cleanup
Thu, 25 Mar 2010 19:37:00 -0500 Augie Fackler git_handler: fix % formatting in ref errors.
Wed, 03 Mar 2010 19:25:29 -0600 Augie Fackler tests: missed some hash changes last time around
Wed, 03 Mar 2010 17:47:00 -0600 Augie Fackler tests: fix for new sorting of extra in hg and new topological sort
Wed, 03 Mar 2010 17:43:01 -0600 Augie Fackler test-git-workflow: work around git output format change
Fri, 26 Feb 2010 19:27:32 +0100 Abderrahim Kitouni fix gimport and add test for using to work on hg repos from git (issue 73)
Tue, 23 Feb 2010 16:23:09 -0500 jeremy avnet Don't import git submodule files (we don't support them .. yet).
Wed, 24 Feb 2010 21:08:38 -0600 Augie Fackler git_handler: use progress API instead of reinventing the wheel
Wed, 24 Feb 2010 21:08:19 -0600 Augie Fackler git_handler: slight style cleanup
Wed, 24 Feb 2010 17:21:25 +0100 Benoit Boissinot sort heads by commit date in topological sort
Wed, 24 Feb 2010 17:21:23 +0100 Benoit Boissinot use a simple toposort algorithm for DAG (post order from a DFS from the heads)
Wed, 24 Feb 2010 17:21:20 +0100 Benoit Boissinot make sure no tag object are included in the DAG we build
Mon, 11 Jan 2010 20:48:43 -0600 Augie Fackler init: strip .git for default clone destination for git sources
Mon, 11 Jan 2010 20:46:52 -0600 Augie Fackler init: whitespace cleanup
Sat, 26 Dec 2009 13:46:50 -0600 Augie Fackler Added tag 0.2.1 for changeset 21ead8190d9c
Sat, 26 Dec 2009 13:46:37 -0600 Augie Fackler setup: bump to 0.2.1 0.2.1
Sat, 26 Dec 2009 13:41:56 -0600 Augie Fackler tests: update some test expectations
Sat, 26 Dec 2009 13:31:24 -0600 Augie Fackler Merge with abderrahim.
Fri, 25 Dec 2009 08:56:20 +0100 Abderrahim Kitouni fix a bug when a directory is replaced with a file
Thu, 26 Nov 2009 20:47:38 +0100 Abderrahim Kitouni remove leftover lsprofcalltree.py (we can use hg --profile)
Mon, 23 Nov 2009 19:28:20 +0100 Abderrahim Kitouni accept both old and new hg output for clone
Mon, 23 Nov 2009 19:10:32 +0100 Abderrahim Kitouni fix running unit tests with the test runner