Mercurial > public > mercurial-scm > hg-stable
log mercurial/bundle2.py @ 26442:ef8d27f53204
age | author | description |
---|---|---|
Wed, 23 Sep 2015 12:56:12 -0700 | Pierre-Yves David | bundle2: allow compressed bundle |
Wed, 23 Sep 2015 12:56:05 -0700 | Pierre-Yves David | bundle20: extract core payload generation in its own function |
Wed, 23 Sep 2015 14:00:16 -0700 | Pierre-Yves David | unbundle20: allow registering handlers for stream level parameters |
Wed, 23 Sep 2015 11:44:52 -0700 | Pierre-Yves David | bundle2: rename error exception class for unsupported feature |
Fri, 11 Sep 2015 17:05:46 -0700 | Pierre-Yves David | bundle: use None when unpacking uncompressed changegroup |
Tue, 01 Sep 2015 15:47:33 -0400 | Augie Fackler | bundle2: don't try to recover from a GeneratorExit (issue4785) |
Fri, 07 Aug 2015 19:54:08 -0700 | Gregory Szorc | bundle2: use absolute_import |