Make the diffs absolute and sort them.
This commit is contained in:
parent
3d0b165de9
commit
63ffa52245
71 changed files with 433680 additions and 433679 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue