Mercurial > hg-stable
diff tests/test-bundle.t @ 14522:5ca61ef6ff00
localrepo: simplify file bundling code and fix progress bug
Progress for files was off by one, and the code was rather hackish.
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Fri, 03 Jun 2011 20:23:32 +0200 |
parents | 9d8d2fecb72e |
children | 7c26ce9edbd2 |
line wrap: on
line diff
--- a/tests/test-bundle.t Fri Jun 03 20:15:06 2011 +0200 +++ b/tests/test-bundle.t Fri Jun 03 20:23:32 2011 +0200 @@ -572,6 +572,6 @@ bundling: 2/2 changesets (100.00%) bundling: 1/2 manifests (50.00%) bundling: 2/2 manifests (100.00%) - bundling: b 0/2 files (0.00%) - bundling: b1 1/2 files (50.00%) + bundling: b 1/2 files (50.00%) + bundling: b1 2/2 files (100.00%)