log mercurial/streamclone.py @ 8023:fd9debb3ea1b

age author description
Mon, 12 Jan 2009 11:09:14 -0600 Matt Mackall error: move lock errors
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in Mercurial
Fri, 15 Aug 2008 13:25:57 +0200 Dirkjan Ochtman make streamclone.stream_out() a generator
Wed, 13 Aug 2008 20:18:44 -0500 Matt Mackall streamclone: fold in localrepo.storefiles
Thu, 24 Jul 2008 16:32:52 +0200 Adrian Buehlmann introduce store classes
Wed, 02 Jul 2008 10:58:27 +0200 Dirkjan Ochtman Backed out changeset b9d6ab187523 (doesn't work on Python 2.3/2.4)
Sun, 29 Jun 2008 14:20:01 +0200 Dirkjan Ochtman streamclone yields chunks instead of accepting a file-like object
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
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