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

Merge with stable

Changeset 13a918fd2aa2

Parents d6c0fc595f4c

Parents c7eadf3e5a64

by Steve Borho

Changes to 2 files · Browse files at 13a918fd2aa2 Showing diff from parent d6c0fc595f4c c7eadf3e5a64 Diff from another changeset...

Show Entire File tortoisehg/​hgqt/​filelistview.py Stacked
(No changes)
 
372
373
374
 
 
375
376
377
 
372
373
374
375
376
377
378
379
@@ -372,6 +372,8 @@
  @pyqtSlot(QPoint)   def menuRequest(self, point):   index = self.filelist.currentIndex() + if not index.isValid(): + return   model = self.filelist.model()   itemissubrepo = (model.dataFromIndex(index)['status'] == 'S')