forked from importers/git-importer
Fix files_hash calculcation and fake revisions
This commit is contained in:
@@ -38,4 +38,4 @@ class TreeBuilder:
|
||||
if rev2.commit_time > rev.commit_time:
|
||||
continue
|
||||
if rev2.files_hash == rev.files_hash:
|
||||
print(" ", rev2)
|
||||
print(" ", rev2, rev2.files_hash)
|
||||
|
Reference in New Issue
Block a user