Show More
@@ -186,7 +186,7 b' def onetimesetup(ui):' | |||||
186 | yield (t, u, e, s) |
|
186 | yield (t, u, e, s) | |
187 |
|
187 | |||
188 | for x in repo.store.topfiles(): |
|
188 | for x in repo.store.topfiles(): | |
189 |
if state.noflatmf and x[ |
|
189 | if state.noflatmf and x[1][:11] == b'00manifest.': | |
190 | continue |
|
190 | continue | |
191 | yield x |
|
191 | yield x | |
192 |
|
192 |
General Comments 0
You need to be logged in to leave comments.
Login now