log

age author description
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)