hgext/largefiles/lfutil.py
branchstable
changeset 15333 f37b71fec602
parent 15320 681267a5f491
child 15347 799e56609ef6
--- a/hgext/largefiles/lfutil.py	Thu Oct 20 21:56:30 2011 -0400
+++ b/hgext/largefiles/lfutil.py	Fri Oct 21 16:52:16 2011 -0500
@@ -446,6 +446,6 @@
     return ('largefiles' in repo.requirements and
             util.any(shortname + '/' in f[0] for f in repo.store.datafiles()))
 
-class storeprotonotcapable(BaseException):
+class storeprotonotcapable(Exception):
     def __init__(self, storetypes):
         self.storetypes = storetypes