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

stable clone: reset self.prev_dest when new dest was (re)created

Changeset 088e3bf88bb2

Parent 54b07bb6f17b

by Johan Samyn

Changes to one file · Browse files at 088e3bf88bb2 Showing diff from parent 54b07bb6f17b Diff from another changeset...

 
230
231
232
 
233
234
235
 
230
231
232
233
234
235
236
@@ -230,6 +230,7 @@
  _('Error creating destination folder'),   _('Please specify a different path.'))   return False + self.prev_dest = None     if srcQ:   l = list(self.shist)