Mon, 17 Jul 2006 11:30:33 -0500 Merge with tonfa
Matt Mackall <mpm@selenic.com> [Mon, 17 Jul 2006 11:30:33 -0500] rev 2630
Merge with tonfa
Sun, 16 Jul 2006 16:40:24 +0200 context.py: various fixes
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 16 Jul 2006 16:40:24 +0200] rev 2629
context.py: various fixes - use a normal changeset instead of a context - define _filenode instead of _node to match the else clause
Sun, 16 Jul 2006 16:39:03 +0200 context.py: filectxs was using a keyword arg, add it to filectx
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 16 Jul 2006 16:39:03 +0200] rev 2628
context.py: filectxs was using a keyword arg, add it to filectx
Sun, 16 Jul 2006 16:39:02 +0200 context.py: self.repo is not defined, change to self._repo
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 16 Jul 2006 16:39:02 +0200] rev 2627
context.py: self.repo is not defined, change to self._repo
Sun, 16 Jul 2006 11:32:37 +0200 walkchangerevs: fix race in fast path
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 16 Jul 2006 11:32:37 +0200] rev 2626
walkchangerevs: fix race in fast path do not yield revs if the corresponding cl entry does not exists, it avoids a race in the fastpath (where we walk in the filelog) with an ongoing transaction.
Sun, 16 Jul 2006 00:02:05 +0200 mention the bts for bug reporting in traceback message
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 16 Jul 2006 00:02:05 +0200] rev 2625
mention the bts for bug reporting in traceback message
Sun, 16 Jul 2006 00:01:41 +0200 expand the path if destination is not a directory
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 16 Jul 2006 00:01:41 +0200] rev 2624
expand the path if destination is not a directory
Mon, 17 Jul 2006 07:43:15 -0700 fix problem with uncompressed clone and python 2.3.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 17 Jul 2006 07:43:15 -0700] rev 2623
fix problem with uncompressed clone and python 2.3.
Sun, 16 Jul 2006 10:04:16 -0700 rename stream hgrc option to compressed.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 16 Jul 2006 10:04:16 -0700] rev 2622
rename stream hgrc option to compressed.
Sat, 15 Jul 2006 16:06:35 -0700 clone: disable stream support on server side by default.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 15 Jul 2006 16:06:35 -0700] rev 2621
clone: disable stream support on server side by default. enable in hgrc like this: [server] stream=True
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip