##// END OF EJS Templates
relink: properly use the progress API
Augie Fackler -
r10424:93b5abcf default
parent child Browse files
Show More
@@ -145,6 +145,8 b' def do_relink(src, dst, files, ui):'
145 except OSError, inst:
145 except OSError, inst:
146 ui.warn('%s: %s\n' % (tgt, str(inst)))
146 ui.warn('%s: %s\n' % (tgt, str(inst)))
147
147
148 ui.progress(_('relink'), None, f, _(' files'), total)
149
148 ui.status(_('relinked %d files (%d bytes reclaimed)\n') %
150 ui.status(_('relinked %d files (%d bytes reclaimed)\n') %
149 (relinked, savedbytes))
151 (relinked, savedbytes))
150
152
General Comments 0
You need to be logged in to leave comments. Login now