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

hginit: fix another bug from translatable string sweep

Changeset 091885ff9ac7

Parent 97a7505a2b54

by Steve Borho

Changes to one file · Browse files at 091885ff9ac7 Showing diff from parent 97a7505a2b54 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hginit.py Stacked
 
162
163
164
165
166
 
 
167
168
169
 
162
163
164
 
 
165
166
167
168
169
@@ -162,8 +162,8 @@
  except:   pass   - info_dialog(self, _('New repository created in directory %s') % - toutf(os.path.abspath(dest))) + info_dialog(self, _('New repository created'), + _('in directory %s') % toutf(os.path.abspath(dest)))    def run(cwd='', files=[], **opts):   dialog = InitDialog(cwd, repos=files)