##// END OF EJS Templates
lfs: use 'ui' provided to `upgrade` for output, instead of stealing srcrepo's...
Matt Harbison -
r35398:a7ff4071 default
parent child Browse files
Show More
@@ -313,7 +313,7 b' def upgradefinishdatamigration(orig, ui,'
313
313
314 for dirpath, dirs, files in srclfsvfs.walk():
314 for dirpath, dirs, files in srclfsvfs.walk():
315 for oid in files:
315 for oid in files:
316 srcrepo.ui.write(_('copying lfs blob %s\n') % oid)
316 ui.write(_('copying lfs blob %s\n') % oid)
317 lfutil.link(srclfsvfs.join(oid), dstlfsvfs.join(oid))
317 lfutil.link(srclfsvfs.join(oid), dstlfsvfs.join(oid))
318
318
319 def upgraderequirements(orig, repo):
319 def upgraderequirements(orig, repo):
General Comments 0
You need to be logged in to leave comments. Login now