changeset 10654 | 153dd9139b0e |
parent 10651 | 5f091fc1bab7 |
child 10816 | 635d601e8f21 |
--- a/mercurial/commands.py Thu Mar 11 18:49:41 2010 +0100 +++ b/mercurial/commands.py Thu Mar 11 19:09:35 2010 +0100 @@ -196,7 +196,7 @@ } for type, extensions in exttypes.items(): - if any(dest.endswith(ext) for ext in extensions): + if util.any(dest.endswith(ext) for ext in extensions): return type return None