Show More
@@ -269,6 +269,8 b' def reposetup(ui, repo):' | |||||
269 | return f |
|
269 | return f | |
270 | result = [[toname(f) for f in items] for items in result] |
|
270 | result = [[toname(f) for f in items] for items in result] | |
271 |
|
271 | |||
|
272 | lfdirstate.write() | |||
|
273 | ||||
272 | if not listunknown: |
|
274 | if not listunknown: | |
273 | result[4] = [] |
|
275 | result[4] = [] | |
274 | if not listignored: |
|
276 | if not listignored: |
General Comments 0
You need to be logged in to leave comments.
Login now