log mercurial/streamclone.py @ 5461:ab4d2e9f3b97

age author description
Thu, 11 Oct 2007 16:28:30 +0200 Benoit Boissinot fix typo
Fri, 05 Oct 2007 15:01:06 -0700 Bryan O'Sullivan Add osutil module, containing a listdir function.
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Use try/finally pattern to cleanup locks and transactions
Sat, 12 May 2007 00:41:30 +0200 Edouard Gomez Fix inconsistency for the stream_out capability in hgweb
Sun, 04 Mar 2007 09:03:21 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 19 Feb 2007 09:59:37 +0100 Patrick Mezard streamclone: stream_out tried to decodefilename non-normalized paths
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Sun, 10 Dec 2006 14:39:51 +0100 Benoit Boissinot streamclone: remove unnecessary test, pconvert names
Fri, 01 Dec 2006 13:34:09 +0100 Benoit Boissinot switch to the .hg/store layout, fix the tests
Tue, 05 Dec 2006 11:28:23 +0100 Benoit Boissinot introduce localrepo.spath for the store path, sopener fixes
Tue, 28 Nov 2006 21:16:05 +0100 Benoit Boissinot only print a warning when no username is specified
Mon, 20 Nov 2006 19:41:49 +0100 Thomas Arendsen Hein Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
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.
Fri, 14 Jul 2006 11:17:22 -0700 Vadim Gelfer add support for streaming clone.