# HG changeset patch # User Benoit Boissinot # Date 1192112774 -7200 # Node ID 08d6e8754388e4d41bd1ec85e9b99a079c54022b # Parent f2ca8d2c988f25fe77353675920fcdb2725a381a import gettext since '_' is used diff -r f2ca8d2c988f -r 08d6e8754388 mercurial/repo.py --- a/mercurial/repo.py Thu Oct 11 16:19:12 2007 +0200 +++ b/mercurial/repo.py Thu Oct 11 16:26:14 2007 +0200 @@ -6,6 +6,8 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. +from i18n import _ + class RepoError(Exception): pass