diff -r cb981fc955fb -r f67d1468ac50 mercurial/streamclone.py --- a/mercurial/streamclone.py Fri Jun 27 14:53:30 2008 -0500 +++ b/mercurial/streamclone.py Fri Jun 27 18:28:45 2008 -0500 @@ -34,8 +34,7 @@ for x in walk(os.path.join(root, 'data'), True): yield x # write manifest before changelog - meta = list(walk(root, False)) - meta.sort() + meta = util.sort(walk(root, False)) meta.reverse() for x in meta: yield x