log

age author description
Wed, 19 Jul 2006 13:37:05 +0200 Christian Ebert fix logfile option for HGFinishCommit
Tue, 18 Jul 2006 00:32:18 +0200 Benoit Boissinot codingstyle: use spaces instead of tabs
Mon, 17 Jul 2006 11:30:33 -0500 Matt Mackall Merge with tonfa
Sun, 16 Jul 2006 16:40:24 +0200 Benoit Boissinot context.py: various fixes
Sun, 16 Jul 2006 16:39:03 +0200 Benoit Boissinot context.py: filectxs was using a keyword arg, add it to filectx
Sun, 16 Jul 2006 16:39:02 +0200 Benoit Boissinot context.py: self.repo is not defined, change to self._repo
Sun, 16 Jul 2006 11:32:37 +0200 Benoit Boissinot walkchangerevs: fix race in fast path
Sun, 16 Jul 2006 00:02:05 +0200 Benoit Boissinot mention the bts for bug reporting in traceback message
Sun, 16 Jul 2006 00:01:41 +0200 Benoit Boissinot expand the path if destination is not a directory
Mon, 17 Jul 2006 07:43:15 -0700 Vadim Gelfer fix problem with uncompressed clone and python 2.3.
Sun, 16 Jul 2006 10:04:16 -0700 Vadim Gelfer rename stream hgrc option to compressed.
Sat, 15 Jul 2006 16:06:35 -0700 Vadim Gelfer clone: disable stream support on server side by default.
Sat, 15 Jul 2006 16:06:05 -0700 Vadim Gelfer clone: change name of --stream to --uncompressed.
Sat, 15 Jul 2006 09:19:40 -0700 Vadim Gelfer update test-backout.out
Sat, 15 Jul 2006 17:01:01 +0200 Benoit Boissinot merge with crew