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

sync: fix exception when saving new alias to empty list

Changeset 6f6ddfa89dfb

Parent 93c1bba1ca8b

by Yuya Nishihara

Changes to one file · Browse files at 6f6ddfa89dfb Showing diff from parent 93c1bba1ca8b Diff from another changeset...

 
217
218
219
 
 
220
221
222
 
217
218
219
220
221
222
223
224
@@ -217,6 +217,8 @@
  if 'default' in self.paths:   self.setUrl(self.paths['default'])   self.curalias = 'default' + else: + self.curalias = None     def configChanged(self):   'Repository is reporting its config files have changed'