Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

setup: another typo

Changeset 86795e3c3a27

Parent e5308ea65e51

by Steve Borho

Changes to one file · Browse files at 86795e3c3a27 Showing diff from parent e5308ea65e51 Diff from another changeset...

 
130
131
132
133
 
134
135
136
 
130
131
132
 
133
134
135
136
@@ -130,7 +130,7 @@
  modir = join('locale', po[:-3], 'LC_MESSAGES')   for mf in ('hg.mo', 'tortoisehg.mo'):   mofile = join(modir, mf) - if not os.path.exist(mofile): + if not os.path.exists(mofile):   continue   cmd = ['msgfmt', '-v', '-o', mofile, pofile]   if sys.platform != 'sunos5':