log mercurial/changegroup.py @ 5370:61462e7d62ed

age author description
Wed, 03 Oct 2007 17:17:28 -0500 Matt Mackall changegroup: avoid large copies
Tue, 19 Dec 2006 08:59:41 -0600 Matt Mackall writebundle: overwrite existing bundle file
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 19:41:57 +0100 Benoit Boissinot fix errors spotted by pychecker
Sat, 02 Dec 2006 16:08:00 -0200 Alexis S. L. Carvalho changegroup.py: delay the loading of the bz2 and zlib modules
Wed, 22 Nov 2006 22:33:57 +0100 Thomas Arendsen Hein Use 'bundletype' instead of 'type' to not shadow built-in function.
Wed, 22 Nov 2006 22:32:23 +0100 Thomas Arendsen Hein BZ2Compressor already defaults to compresslevel=9.
Wed, 22 Nov 2006 22:08:00 +0100 Benoit Boissinot fix writebundle for bz2 bundles
Wed, 15 Nov 2006 23:37:45 -0600 Matt Mackall unduplicate bundle writing code from httprepo
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall create a readbundle function
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move write_bundle to changegroup.py
Tue, 20 Jun 2006 23:58:21 -0700 Vadim Gelfer use demandload more.
Fri, 24 Mar 2006 15:19:08 +0100 Thomas Arendsen Hein Added missing gettext import to changegroup.py.
Tue, 21 Mar 2006 11:47:21 +0100 Thomas Arendsen Hein make incoming work via ssh (issue139); move chunk code into separate module.