Fix files_hash calculcation and fake revisions

This commit is contained in:
Stephan Kulow
2022-10-26 22:18:16 +02:00
parent 1c846e963c
commit 9bd6643e8a
2 changed files with 10 additions and 19 deletions

View File

@@ -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)