Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

archive: remove unused local variable

Changeset 47fe6c18065e

Parent 30114e1aaeea

by Yuki KODAMA

Changes to one file · Browse files at 47fe6c18065e Showing diff from parent 30114e1aaeea Diff from another changeset...

 
312
313
314
315
316
 
 
317
318
319
 
312
313
314
 
 
315
316
317
318
319
@@ -312,8 +312,8 @@
  parent=self):   return False   else: - r = qtlib.WarningMsgBox(_('Duplicate Name'), - _('The destination "%s" already exists as a folder!' % dest)) + qtlib.WarningMsgBox(_('Duplicate Name'), + _('The destination "%s" already exists as a folder!' % dest))   return False     # prepare command line