##// END OF EJS Templates
remotefilelog: fix what looks like a wrong refactoring...
Valentin Gatien-Baron -
r48601:6802422a stable
parent child Browse files
Show More
@@ -186,7 +186,7 b' def onetimesetup(ui):'
186 186 yield (t, u, e, s)
187 187
188 188 for x in repo.store.topfiles():
189 if state.noflatmf and x[0][:11] == b'00manifest.':
189 if state.noflatmf and x[1][:11] == b'00manifest.':
190 190 continue
191 191 yield x
192 192
General Comments 0
You need to be logged in to leave comments. Login now