Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

Merge with stable

Changeset 78d2a058b069

Parents 23711988919f

Parents cd85564ce3c9

by Steve Borho

Changes to one file · Browse files at 78d2a058b069 Showing diff from parent 23711988919f cd85564ce3c9 Diff from another changeset...

 
1792
1793
1794
 
 
1795
1796
1797
 
1792
1793
1794
1795
1796
1797
1798
1799
@@ -1792,6 +1792,8 @@
  self.show_dialog(dialog)     def update_urllist(self): + if self.bfile: + return   urllist = self.urlcombo.get_model()   urllist.clear()   for alias, path in self.repo.ui.configitems('paths'):