relink: properly use the progress API
authorAugie Fackler <durin42@gmail.com>
Sun, 07 Feb 2010 10:25:18 -0600
changeset 10424 93b5abcf5101
parent 10423 caaa1f99d681
child 10425 f8a9de664a1c
relink: properly use the progress API
hgext/relink.py
--- a/hgext/relink.py	Tue Feb 09 12:49:47 2010 -0600
+++ b/hgext/relink.py	Sun Feb 07 10:25:18 2010 -0600
@@ -145,6 +145,8 @@
         except OSError, inst:
             ui.warn('%s: %s\n' % (tgt, str(inst)))
 
+    ui.progress(_('relink'), None, f, _(' files'), total)
+
     ui.status(_('relinked %d files (%d bytes reclaimed)\n') %
               (relinked, savedbytes))