# HG changeset patch # User Mads Kiilerich # Date 1362056100 -3600 # Node ID a5d33446e46c11737c59106ba91fba88deabf3c3 # Parent 4e53ac3f466a7d36c957de76b39b0daeb8feaca9 templatefilters: add missing import of _ diff -r 4e53ac3f466a -r a5d33446e46c mercurial/templatefilters.py --- a/mercurial/templatefilters.py Thu Feb 28 13:45:18 2013 +0100 +++ b/mercurial/templatefilters.py Thu Feb 28 13:55:00 2013 +0100 @@ -5,6 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. +from i18n import _ import cgi, re, os, time, urllib import encoding, node, util, error import hbisect