Show More
@@ -960,7 +960,7 b' class treemanifest(object):' | |||||
960 | else: |
|
960 | else: | |
961 | files.update(m1.iterkeys()) |
|
961 | files.update(m1.iterkeys()) | |
962 |
|
962 | |||
963 |
for fn in t1._files |
|
963 | for fn in t1._files: | |
964 | if fn not in t2._files: |
|
964 | if fn not in t2._files: | |
965 | files.add(t1._subpath(fn)) |
|
965 | files.add(t1._subpath(fn)) | |
966 |
|
966 |
General Comments 0
You need to be logged in to leave comments.
Login now