diff hgext/largefiles/basestore.py @ 15319:9da7e96cd5c2 stable

largefiles: remove redundant any_ function
author Benjamin Pollack <benjamin@bitquabit.com>
date Wed, 19 Oct 2011 20:40:55 -0400
parents c65f5b6e26d4
children f9efb325ea32
line wrap: on
line diff
--- a/hgext/largefiles/basestore.py	Thu Oct 20 09:35:37 2011 -0500
+++ b/hgext/largefiles/basestore.py	Wed Oct 19 20:40:55 2011 -0400
@@ -121,7 +121,7 @@
             cctx = self.repo[rev]
             cset = "%d:%s" % (cctx.rev(), node.short(cctx.node()))
 
-            failed = lfutil.any_(self._verifyfile(
+            failed = util.any(self._verifyfile(
                 cctx, cset, contents, standin, verified) for standin in cctx)
 
         num_revs = len(verified)