Show More
@@ -810,7 +810,7 b' def filelog(repo, subset, x):' | |||||
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. | |
812 | delayed.append((fr, rev)) |
|
812 | delayed.append((fr, rev)) | |
813 |
continue |
|
813 | continue | |
814 | for p in fl.parentrevs(fr): |
|
814 | for p in fl.parentrevs(fr): | |
815 | if 0 <= p and p not in lowestchild: |
|
815 | if 0 <= p and p not in lowestchild: | |
816 | lowestchild[p] = fr |
|
816 | lowestchild[p] = fr |
General Comments 0
You need to be logged in to leave comments.
Login now