Make the diffs absolute and sort them.

This commit is contained in:
yackob03 2013-10-18 17:05:51 -04:00
parent 3d0b165de9
commit 63ffa52245
71 changed files with 433680 additions and 433679 deletions

View file

@ -27,7 +27,7 @@ def files_and_dirs_from_tar(source_stream, removed_prefix_collector):
continue
else:
yield absolute
yield "/" + absolute
def __compute_removed(base_trie, removed_prefixes):