hgext/largefiles/overrides.py
changeset 17105 7d45730ea1b8
parent 16731 dcfc70aab372
child 17106 4d0e81dca75f
--- a/hgext/largefiles/overrides.py	Thu Jun 21 12:50:15 2012 +0200
+++ b/hgext/largefiles/overrides.py	Sun Jun 17 21:57:48 2012 -0400
@@ -850,7 +850,7 @@
 
     for subpath in ctx.substate:
         sub = ctx.sub(subpath)
-        sub.archive(repo.ui, archiver, prefix)
+        sub.archive(ui, archiver, prefix)
 
 # If a largefile is modified, the change is not reflected in its
 # standin until a commit. cmdutil.bailifchanged() raises an exception