Mon, 20 Sep 2010 16:14:05 -0500 |
Matt Mackall |
bundlerepo: restore close() method
|
Sun, 19 Sep 2010 13:12:45 -0500 |
Matt Mackall |
bundle: move chunk parsing into unbundle class
|
Sun, 19 Sep 2010 12:51:54 -0500 |
Matt Mackall |
bundle: get rid of chunkiter
|
Sun, 19 Sep 2010 12:38:44 -0500 |
Matt Mackall |
bundle: refactor progress callback
|
Sat, 18 Sep 2010 18:20:34 -0500 |
Matt Mackall |
bundle: make getchunk() a method
|
Fri, 17 Sep 2010 19:24:29 -0500 |
Matt Mackall |
bundlerepo: use bundle objects everywhere
|
Fri, 17 Sep 2010 19:02:32 -0500 |
Matt Mackall |
bundle: make unbundle object seekable
|
Fri, 17 Sep 2010 19:02:26 -0500 |
Matt Mackall |
bundle: push chunkbuffer down into decompress
|
Wed, 25 Aug 2010 16:55:54 -0500 |
Matt Mackall |
bundlerepo: remove duplication of bundle decompressors
|
Wed, 25 Aug 2010 16:53:06 -0500 |
Matt Mackall |
bundle: introduce bundle class
|
Wed, 25 Aug 2010 15:33:06 -0500 |
Matt Mackall |
bundle: unify/refactor unbundle/readbundle
|
Wed, 25 Aug 2010 15:33:05 -0500 |
Matt Mackall |
bundle: factor out decompressor
|
Thu, 22 Jul 2010 14:34:37 +0200 |
Benoit Boissinot |
changegroup*(): use set instead of dict
|
Sun, 07 Feb 2010 12:00:40 -0600 |
Augie Fackler |
localrepo: show indeterminate progress for incoming data
|
Sun, 07 Feb 2010 09:58:41 +0100 |
Dirkjan Ochtman |
localrepo: unify changegroup and changegroupsubset code paths a bit
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Tue, 08 Sep 2009 17:58:59 -0400 |
Greg Ward |
Improve some docstrings relating to changegroups and prepush().
|
Wed, 08 Jul 2009 23:17:10 +0200 |
Martin Geisler |
typos: "it's" -> "its"
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:13:08 +0200 |
Martin Geisler |
put license and copyright info into comment blocks
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Thu, 21 Feb 2008 17:02:28 +0100 |
Dirkjan Ochtman |
improve changegroup.readbundle(), use it in hgweb
|
Thu, 21 Feb 2008 15:00:25 +0100 |
Dirkjan Ochtman |
hgweb: use bundletypes from mercurial.changegroup
|
Sat, 19 Jan 2008 18:01:16 -0200 |
Alexis S. L. Carvalho |
allow the creation of bundles with empty changelog/manifest chunks
|
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.
|