log

age author description
Tue, 11 Aug 2009 00:13:37 -0400 Augie Fackler tests: work around output changes in newer git versions
Sat, 08 Aug 2009 11:14:49 +0100 Abderrahim Kitouni outgoing: don't crash when there are unpulled changesets
Sat, 08 Aug 2009 10:52:30 +0100 Abderrahim Kitouni push the tip to master if remote repository is empty (closes issue 11 bb)
Fri, 07 Aug 2009 14:57:01 +0100 Abderrahim Kitouni update TODO
Tue, 04 Aug 2009 18:39:02 +0100 Abderrahim Kitouni handle the new tag cache in mercurial crew
Tue, 04 Aug 2009 13:19:30 +0100 Abderrahim Kitouni split out get_git_author, get_git_parents and get_git_message
Fri, 31 Jul 2009 15:27:20 -0700 Sverre Rabbelier switch object mapping to hg->git since the many to one is that direction
Tue, 04 Aug 2009 12:32:01 +0100 Abderrahim Kitouni deal correctly with old timezone format in extra committer
Tue, 04 Aug 2009 12:30:16 +0100 Abderrahim Kitouni save the map only once in export
Sun, 02 Aug 2009 19:53:08 +0100 Abderrahim Kitouni reorganize export_hg_commit
Sun, 02 Aug 2009 19:12:16 +0100 Abderrahim Kitouni readd blob caching (~25% improvement in gexport)
Sat, 01 Aug 2009 18:33:58 +0100 Abderrahim Kitouni disable thin packs as they aren't handled correctly
Sat, 01 Aug 2009 17:55:54 +0100 Abderrahim Kitouni initial support for pull -r
Fri, 31 Jul 2009 18:15:02 +0100 Abderrahim Kitouni initial support for 'hg outgoing'
Thu, 30 Jul 2009 22:09:53 +0100 Abderrahim Kitouni rework pushing to support --rev and --force options
Tue, 28 Jul 2009 23:12:38 +0100 Abderrahim Kitouni work around a bug in dulwich 0.3.3
Tue, 28 Jul 2009 23:10:04 +0100 Abderrahim Kitouni fix invalid timezone handling
Tue, 28 Jul 2009 23:07:37 +0100 Abderrahim Kitouni fix bug introduced by previous commit
Tue, 28 Jul 2009 21:29:27 +0100 Abderrahim Kitouni drop untested commit_import_ctx (use commitctx instead).
Fri, 24 Jul 2009 21:23:35 +0100 Abderrahim Kitouni store non utf-8 encoded author/commit message as deltas
Thu, 02 Jul 2009 21:58:51 +0100 Abderrahim Kitouni port to upstream dulwich
Thu, 23 Jul 2009 08:48:04 +0100 Abderrahim Kitouni delete the dulwich fork we have
Thu, 23 Jul 2009 09:28:37 +0100 Abderrahim Kitouni fix compatibility with mercurial 1.1
Thu, 23 Jul 2009 08:47:23 +0100 Abderrahim Kitouni do not pull from git when asked to push
Thu, 23 Jul 2009 08:38:20 +0100 Abderrahim Kitouni support local git repositories (fixes issue 5 bb)
Thu, 16 Jul 2009 22:08:15 +0100 Abderrahim Kitouni fix some name errors
Thu, 16 Jul 2009 19:42:45 +0100 Abderrahim Kitouni hgrepo: forward the return value of pull and push (fixes issue 8 bb)
Fri, 10 Jul 2009 11:29:27 -0500 Augie Fackler hgrepo: fix bad import of weakref
Wed, 08 Jul 2009 14:14:52 -0500 Michael J. Pedersen Making compatible with Python 2.4
Tue, 07 Jul 2009 17:46:14 +0100 Abderrahim Kitouni add some annotations for test coverage
Tue, 07 Jul 2009 17:45:29 +0100 Abderrahim Kitouni add a new test for git tags
Tue, 07 Jul 2009 17:05:43 +0100 Abderrahim Kitouni small cleanups (tabs, s/TODO :/TODO:/ and dead code)
Tue, 07 Jul 2009 11:46:19 +0100 Abderrahim Kitouni fix pushing tags to git (see issue 3 bb)
Tue, 07 Jul 2009 10:47:26 +0100 Abderrahim Kitouni add test for named branches
Sun, 05 Jul 2009 16:39:28 +0100 Abderrahim Kitouni remove broken tagging code (see issue 3 bb)
Fri, 03 Jul 2009 16:46:26 +0100 Abderrahim Kitouni merge the fix for the encoding field bug
Fri, 03 Jul 2009 16:44:25 +0100 Abderrahim Kitouni fix the encoding bug correctly
Thu, 02 Jul 2009 13:27:14 +0100 Abderrahim Kitouni add a test for pushing to git
Wed, 01 Jul 2009 21:31:35 +0100 Abderrahim Kitouni create the repository subclass in reposetup
Tue, 30 Jun 2009 15:29:40 +0100 Abderrahim Kitouni fix the last bug remaining (now all tests should pass)
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
Wed, 03 Jun 2009 11:45:17 -0700 Scott Chacon profiling push - fixed tree caching issue, 15% impr
Wed, 03 Jun 2009 09:59:16 -0700 Scott Chacon removed profiling and debugging code
Wed, 03 Jun 2009 09:55:45 -0700 Scott Chacon not trying to write the same tree twice
Wed, 03 Jun 2009 09:22:17 -0700 Scott Chacon fixed serious speed issue with rename detection
Tue, 02 Jun 2009 21:27:19 -0700 Scott Chacon profiling the push
Tue, 02 Jun 2009 19:33:48 -0700 Scott Chacon fix message stripping and malformed user info
Mon, 01 Jun 2009 20:17:11 -0700 Scott Chacon added empty changelog handling
Mon, 01 Jun 2009 15:15:43 -0700 Scott Chacon nicer and more descriptive comment
Mon, 01 Jun 2009 15:10:01 -0700 Scott Chacon remove rename detection, add explicit changelog recording on merges
Mon, 01 Jun 2009 14:57:19 -0700 Scott Chacon almost got everything working
Fri, 29 May 2009 13:10:14 -0700 Scott Chacon author and extra data fixes
Wed, 27 May 2009 17:28:01 -0700 Scott Chacon got octomerges working
Wed, 27 May 2009 17:27:23 -0700 Scott Chacon moved file rename code back to proper indent
Wed, 27 May 2009 17:19:11 -0700 Scott Chacon Merge branch 'octo' with octo merge code
Wed, 27 May 2009 17:15:08 -0700 Scott Chacon applied patch removing unused methods from dimichxp
Wed, 27 May 2009 17:14:41 -0700 Scott Chacon applied octopatch from dimichxp
Wed, 27 May 2009 17:10:42 -0700 Scott Chacon layout changes to todo file
Wed, 27 May 2009 16:33:05 -0700 Scott Chacon Merge commit 'sr/master'
Tue, 26 May 2009 20:55:03 +0200 Sverre Rabbelier Allow bookmarking a specific branch
Tue, 26 May 2009 20:53:24 +0200 Sverre Rabbelier make the export branch customizable
Wed, 27 May 2009 16:29:07 -0700 Scott Chacon Merge commit 'origin/master'
Wed, 27 May 2009 16:28:53 -0700 Scott Chacon dont export funky tags we import for convenience, dont push tags already on the server
Wed, 27 May 2009 16:23:12 -0700 Scott Chacon update status message and todo
Wed, 27 May 2009 16:15:46 -0700 Scott Chacon updated readme a bit
Wed, 27 May 2009 16:05:22 -0700 Scott Chacon merged in tag support branch
Wed, 27 May 2009 15:58:07 -0700 Scott Chacon added basic tag support
Wed, 13 May 2009 15:48:26 -0400 Nick Quaranto Splitting the if statement up since python didn't like that.
Wed, 13 May 2009 13:54:54 -0700 Scott Chacon started tag support
Tue, 26 May 2009 11:20:52 -0700 Scott Chacon merged in small fix from vpenne
Fri, 22 May 2009 22:43:09 +0000 vpenne use os.path.join when building branch name
Tue, 26 May 2009 11:19:46 -0700 Scott Chacon updated tip to sverres code
Tue, 26 May 2009 01:43:55 +0200 Sverre Rabbelier only update bookmarks if importing from a remote
Tue, 26 May 2009 01:16:28 +0200 Sverre Rabbelier export: be more clean in what we're doing
Mon, 25 May 2009 04:20:44 +0200 Sverre Rabbelier Make it possible to limit what branches are imported
Mon, 25 May 2009 01:44:38 +0200 Sverre Rabbelier Deal with invalid timezones in extra commiter
Wed, 20 May 2009 21:28:03 +0000 vpenne preserve branch name of the form xxx/yyy when converting them into hg bookmarks
Tue, 19 May 2009 10:00:56 -0700 Scott Chacon merged in srabbeliers stuff
Fri, 15 May 2009 00:48:24 +0200 Sverre Rabbelier add a gimport command
Fri, 15 May 2009 00:43:38 +0200 Sverre Rabbelier rename export to export_commits for future consitency
Fri, 15 May 2009 00:27:38 +0200 Sverre Rabbelier import_git_objects: add progress indicator
Thu, 14 May 2009 23:55:13 +0200 Sverre Rabbelier gremote: do not die on wrong number of args
Thu, 14 May 2009 20:32:54 +0200 Sverre Rabbelier Allow storing the git directory intree
Tue, 19 May 2009 09:40:54 -0700 Scott Chacon merge from beejahth
Thu, 14 May 2009 20:25:48 -0700 Dmitriy Taychenachev store commitdate in mercurial's internal format.
Thu, 14 May 2009 20:21:36 -0700 Dmitriy Taychenachev tests: suppress netcat's error messages.
Thu, 14 May 2009 20:20:48 -0700 Dmitriy Taychenachev cleanup dates handling.
Thu, 14 May 2009 20:18:58 -0700 Dmitriy Taychenachev dulwich: fix handling of negative time offsets.
Tue, 19 May 2009 09:33:46 -0700 Scott Chacon merge from ian dees
Sun, 17 May 2009 16:42:34 -0700 Ian Dees remote branches to server
Sun, 17 May 2009 15:29:18 -0700 Ian Dees local git branches to remotes