mercurial/localrepo.py
branchstable
changeset 13447 931a72e00efa
parent 13446 1e497df514e2
child 13455 053c042118bc
--- a/mercurial/localrepo.py	Thu Feb 10 09:03:06 2011 +0100
+++ b/mercurial/localrepo.py	Fri Feb 18 20:25:25 2011 +0100
@@ -75,7 +75,8 @@
                 if inst.errno != errno.ENOENT:
                     raise
             for r in requirements - self.supported:
-                raise error.RepoError(_("requirement '%s' not supported") % r)
+                raise error.RequirementError(
+                          _("requirement '%s' not supported") % r)
 
         self.sharedpath = self.path
         try: