Show More
@@ -805,7 +805,7 b' def filelog(repo, subset, x):' | |||||
805 | lowesthead = None # cache for manifest content of all head revisions |
|
805 | lowesthead = None # cache for manifest content of all head revisions | |
806 | fl = repo.file(f) |
|
806 | fl = repo.file(f) | |
807 | for fr in list(fl): |
|
807 | for fr in list(fl): | |
808 |
|
|
808 | rev = fl.linkrev(fr) | |
809 | if rev not in cl: |
|
809 | if rev not in cl: | |
810 | # changerev pointed in linkrev is filtered |
|
810 | # changerev pointed in linkrev is filtered | |
811 | # record it for post processing. |
|
811 | # record it for post processing. |
General Comments 0
You need to be logged in to leave comments.
Login now