Mercurial > hg
log mercurial/bundlerepo.py @ 2256:4b71f37cbdb7
age | author | description |
---|---|---|
Thu, 11 May 2006 11:15:23 +0200 | Benoit Boissinot | fix errors spotted by pychecker (mostly scope problems) |
Tue, 02 May 2006 14:30:00 -0700 | Vadim Gelfer | fix file handling bugs on windows. |
Tue, 25 Apr 2006 23:28:40 +0200 | Benoit Boissinot | cached data was wrong: rev is different from self.rev(node) in bundlerepo.py |
Thu, 20 Apr 2006 13:08:16 -0400 | Chris Mason | Make bundlerepo use proper index format for revlogng |
Tue, 04 Apr 2006 16:38:43 -0400 | mason | Fix bundle repos to use an index tuple consistent with revlogng |
Tue, 21 Mar 2006 11:47:21 +0100 | Thomas Arendsen Hein | make incoming work via ssh (issue139); move chunk code into separate module. |
Tue, 21 Mar 2006 06:03:33 +0100 | Benoit Boissinot | use HG10UN header for uncompressed bundle |