--- a/mercurial/repo.py Mon Mar 23 13:12:03 2009 +0100
+++ b/mercurial/repo.py Mon Mar 23 13:12:07 2009 +0100
@@ -7,6 +7,7 @@
# of the GNU General Public License, incorporated herein by reference.
from i18n import _
+import error
class repository(object):
def capable(self, name):