Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable hginit: correct name of exception variable

Changeset b03eae7809c4

Parent 2b718cdfb829

by Yuya Nishihara

Changes to one file · Browse files at b03eae7809c4 Showing diff from parent 2b718cdfb829 Diff from another changeset...

 
175
176
177
178
 
179
180
181
 
175
176
177
 
178
179
180
181
@@ -175,7 +175,7 @@
  _('Unable to create new repository'),   hglib.tounicode(str(inst)))   return False - except util.Abort, inst: + except util.Abort, e:   if e.hint:   err = _('%s (hint: %s)') % (hglib.tounicode(str(e)),   hglib.tounicode(e.hint))