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

stable workbench: raise existing repo tab for dropEvents

Changeset f73037188d40

Parent 36c91e83a6c5

by Steve Borho

Changes to one file · Browse files at f73037188d40 Showing diff from parent 36c91e83a6c5 Diff from another changeset...

 
385
386
387
388
 
389
390
391
 
385
386
387
 
388
389
390
391
@@ -385,7 +385,7 @@
  for u in d.urls():   root = self.find_root(u)   if root: - self.openRepo(root) + self.showRepo(root)   accept = True   if accept:   event.setDropAction(Qt.LinkAction)