log mercurial/localrepo.py @ 1469:0847c45ffee6

age author description
Thu, 27 Oct 2005 12:26:16 -0700 Matt Mackall Merge bundle -r work from Eric Hopper
Tue, 11 Oct 2005 18:56:47 -0700 Eric Hopper Added a lot of comments to changegroupsubset.
Tue, 11 Oct 2005 08:06:52 -0700 Eric Hopper Fixed silly bug involving a non-existent variable.
Mon, 10 Oct 2005 08:36:29 -0700 Eric Hopper Optimizing manifest reads in changegroupsubset by using deltas.
Fri, 07 Oct 2005 19:51:09 -0700 Eric Hopper Implementing clone -r, which clones all changesets needed to reach a
Fri, 07 Oct 2005 19:49:25 -0700 Eric Hopper Bug fixing in localrepository.changegroupsubset. Bugs found in testing.