Mercurial > public > mercurial-scm > hg
diff mercurial/streamclone.py @ 4134:9dc64c8414ca
Merge with crew-stable
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sun, 04 Mar 2007 09:03:21 -0300 |
parents | 6b4127c7d52a a3a6f71edf2e |
children | 439e2f2fde42 |
line wrap: on
line diff
--- a/mercurial/streamclone.py Sat Mar 03 18:59:54 2007 -0800 +++ b/mercurial/streamclone.py Sun Mar 04 09:03:21 2007 -0300 @@ -78,7 +78,7 @@ entries = [] total_bytes = 0 for name, size in walkrepo(repo.spath): - name = util.pconvert(repo.decodefn(name)) + name = repo.decodefn(util.pconvert(name)) entries.append((name, size)) total_bytes += size repolock.release()