comparison mercurial/verify.py @ 3893:6b4127c7d52a

Simplify i18n imports
author Matt Mackall <mpm@selenic.com>
date Thu, 14 Dec 2006 20:25:19 -0600
parents d626fc9e3985
children b11a2fb59cf5
comparison
equal deleted inserted replaced
3892:2eec996f2fb9 3893:6b4127c7d52a
4 # 4 #
5 # This software may be used and distributed according to the terms 5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 6 # of the GNU General Public License, incorporated herein by reference.
7 7
8 from node import * 8 from node import *
9 from i18n import gettext as _ 9 from i18n import _
10 import revlog, mdiff 10 import revlog, mdiff
11 11
12 def verify(repo): 12 def verify(repo):
13 filelinkrevs = {} 13 filelinkrevs = {}
14 filenodes = {} 14 filenodes = {}