diff -r 9a70776e355e -r cf9a1233738a mercurial/changelog.py --- a/mercurial/changelog.py Tue Oct 18 17:57:27 2005 -0700 +++ b/mercurial/changelog.py Tue Oct 18 18:37:48 2005 -0700 @@ -6,6 +6,7 @@ # of the GNU General Public License, incorporated herein by reference. from revlog import * +from i18n import gettext as _ from demandload import demandload demandload(globals(), "os time util")