Show More
@@ -1848,8 +1848,8 b' class localrepository(repo.repository):' | |||
|
1848 | 1848 | elif revlog == mf: |
|
1849 | 1849 | clnode = mfs[x] |
|
1850 | 1850 | mdata = mf.readfast(x) |
|
1851 |
for f in |
|
|
1852 |
if f in |
|
|
1851 | for f in mdata: | |
|
1852 | if f in changedfiles: | |
|
1853 | 1853 | fnodes.setdefault(f, {}).setdefault(mdata[f], clnode) |
|
1854 | 1854 | count[0] += 1 |
|
1855 | 1855 | self.ui.progress(_('bundling'), count[0], |
General Comments 0
You need to be logged in to leave comments.
Login now