##// END OF EJS Templates
largefiles status: update lfdirstate with result from cleanliness check...
Mads Kiilerich -
r18139:03faf12f stable
parent child Browse files
Show More
@@ -269,6 +269,8 b' def reposetup(ui, repo):'
269 269 return f
270 270 result = [[toname(f) for f in items] for items in result]
271 271
272 lfdirstate.write()
273
272 274 if not listunknown:
273 275 result[4] = []
274 276 if not listignored:
General Comments 0
You need to be logged in to leave comments. Login now