diff -r 2eec996f2fb9 -r 6b4127c7d52a hgext/extdiff.py --- a/hgext/extdiff.py Thu Dec 14 20:23:25 2006 -0600 +++ b/hgext/extdiff.py Thu Dec 14 20:25:19 2006 -0600 @@ -48,7 +48,7 @@ # needed files, so running the external diff program will actually be # pretty fast (at least faster than having to compare the entire tree). -from mercurial.i18n import gettext as _ +from mercurial.i18n import _ from mercurial.node import * from mercurial import cmdutil, util import os, shutil, tempfile