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

status: double-click on a subrepo opens the subrepository (closes #23)

Changeset f94b4fa7d9ef

Parent 6dbef08254a1

by Steve Borho

Changes to one file · Browse files at f94b4fa7d9ef Showing diff from parent 6dbef08254a1 Diff from another changeset...

 
315
316
317
 
 
318
319
320
 
315
316
317
318
319
320
321
322
@@ -315,6 +315,8 @@
  path, status, mst, u, ext, sz = self.tv.model().getRow(index)   if status in 'MAR!':   self.actions.allactions[0].trigger() + elif status == 'S': + self.linkActivated.emit(u'subrepo:'+hglib.tounicode(path))     @pyqtSlot(QString)   def setFilter(self, match):