##// END OF EJS Templates
filelog: fix backwards comment for 'backrevref'
Martin von Zweigbergk -
r23822:02f4560b default
parent child Browse files
Show More
@@ -799,7 +799,7 b' def filelog(repo, subset, x):'
799 files = (f for f in repo[None] if m(f))
799 files = (f for f in repo[None] if m(f))
800
800
801 for f in files:
801 for f in files:
802 backrevref = {} # final value for: changerev -> filerev
802 backrevref = {} # final value for: filerev -> changerev
803 lowestchild = {} # lowest known filerev child of a filerev
803 lowestchild = {} # lowest known filerev child of a filerev
804 delayed = [] # filerev with filtered linkrev, for post-processing
804 delayed = [] # filerev with filtered linkrev, for post-processing
805 lowesthead = None # cache for manifest content of all head revisions
805 lowesthead = None # cache for manifest content of all head revisions
General Comments 0
You need to be logged in to leave comments. Login now