log

age author description
Mon, 29 Jun 2009 23:20:37 +0100 Abderrahim Kitouni revert the changes made in 405a915bf352 and 8bfa8aa6b68f
Mon, 29 Jun 2009 15:28:25 +0100 Abderrahim Kitouni trying to fix some of the broken tests
Sun, 28 Jun 2009 22:48:16 +0100 Abderrahim Kitouni update tests to also push to git (not only clone)
Sun, 28 Jun 2009 22:00:46 +0100 Abderrahim Kitouni added a test for merge (fails actually)
Sun, 28 Jun 2009 21:49:44 +0100 Abderrahim Kitouni README: minor fixes
Thu, 25 Jun 2009 16:24:36 +0100 Abderrahim Kitouni add test for octopus merge conversion
Wed, 24 Jun 2009 15:18:42 +0100 Abderrahim Kitouni merge documentation update from ArneBab
Mon, 22 Jun 2009 11:24:48 +0200 Arne Babenhauserheide README: Added information about the git+ssh:// url format.
Tue, 23 Jun 2009 19:22:49 +0100 Abderrahim Kitouni Reorganize push for more symmetry with fetch
Tue, 23 Jun 2009 19:20:15 +0100 Abderrahim Kitouni Drop importbranch/exportbranch options (exportbranch was really broken)
Sun, 21 Jun 2009 22:44:41 +0100 Abderrahim Kitouni Do not depend on the cache git repository for reference pushing
Sun, 21 Jun 2009 17:21:36 +0100 Abderrahim Kitouni merge documentation update from ArneBab
Thu, 18 Jun 2009 21:16:49 +0200 Arne Babenhauserheide Updated the readme some more...
Thu, 18 Jun 2009 21:14:42 +0200 Arne Babenhauserheide Updated the readme to include the usage of [paths].
Sun, 21 Jun 2009 11:07:44 +0100 Abderrahim Kitouni Better reporting of the number of commits to convert
Sun, 21 Jun 2009 17:18:16 +0100 Abderrahim Kitouni Add expected output for test-encoding (forgotten in f4caf22b87cd)
Fri, 19 Jun 2009 16:53:39 +0100 Abderrahim Kitouni Use mercurial.node.bin instead of dulwich.objects.hex_to_sha
Thu, 18 Jun 2009 22:38:09 +0100 Abderrahim Kitouni Store git tags in .hg/git-tags and let localtags be *local*
Thu, 18 Jun 2009 16:49:13 +0100 Abderrahim Kitouni Handle git repositories with legacy encodings.
Tue, 16 Jun 2009 18:58:03 +0100 Abderrahim Kitouni Update tests
Tue, 16 Jun 2009 14:44:19 +0100 Abderrahim Kitouni Fix remote branch hadling to use the hgrc [paths] section
Tue, 16 Jun 2009 13:39:11 +0100 Abderrahim Kitouni Reorder methods by their functionality.
Mon, 08 Jun 2009 19:15:58 +0100 Abderrahim Kitouni Remove remotes support (use the paths section in hgrc instead)
Fri, 05 Jun 2009 11:56:22 +0100 Abderrahim Kitouni Various cleanups (mostly whitespace and imports)
Thu, 04 Jun 2009 18:07:05 +0100 Abderrahim Kitouni Make it possible to clone/pull from bundle repositories
Wed, 03 Jun 2009 21:15:43 +0100 Abderrahim Kitouni Initial clone/pull/push support for git repositories
Wed, 03 Jun 2009 19:29:44 +0100 Abderrahim Kitouni make sure commit_import_ctx works with latest hg
Wed, 03 Jun 2009 16:32:03 -0700 Scott Chacon only look for renames if the file has changed
Wed, 03 Jun 2009 13:45:32 -0700 Scott Chacon fix to previously written tree hash calculation
Wed, 03 Jun 2009 13:29:28 -0700 Scott Chacon remove profiling code and cache all trees more effectively