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