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

merge with stable

Changeset eac31ef33d9e

Parents ec6d9ad8bc5e

Parents c593f057d41b

by Steve Borho

Changes to one file · Browse files at eac31ef33d9e Showing diff from parent ec6d9ad8bc5e c593f057d41b Diff from another changeset...

 
18
19
20
 
21
22
23
 
1001
1002
1003
 
 
 
 
1004
1005
1006
 
18
19
20
21
22
23
24
 
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
@@ -18,6 +18,7 @@
 import shlib  import gdialog  import iniparse +import gdialog    _unspecstr = _('<unspecified>')   @@ -1001,6 +1002,10 @@
  for row in self.pathdata:   name = fromutf(row[0])   path = fromutf(row[2]) + if not name: + gdialog.Prompt(_('Invalid path'), + _('Skipped saving path with no alias'), self).run() + continue   cpath = '.'.join(['paths', name])   self.record_new_value(cpath, path, False)   refreshlist.append(name)