diff -r c1a4a3220711 -r 547da6115d1d hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py Thu Sep 29 17:04:57 2011 -0500 +++ b/hgext/largefiles/reposetup.py Thu Sep 29 17:14:47 2011 -0500 @@ -114,7 +114,7 @@ return file in ctx.manifest() ctx[file] return True - except: + except KeyError: return False # create a copy of match that matches standins instead of