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

status: enable extended selection mode

Changeset 1c0138168ced

Parent 36729ef3e99a

by Steve Borho

Changes to one file · Browse files at 1c0138168ced Showing diff from parent 36729ef3e99a Diff from another changeset...

 
192
193
194
 
195
196
197
 
192
193
194
195
196
197
198
@@ -192,6 +192,7 @@
  def __init__(self, repo, parent=None):   QTreeView.__init__(self, parent)   self.repo = repo + self.setSelectionMode(QTreeView.ExtendedSelection)   self.setContextMenuPolicy(Qt.CustomContextMenu)   self.connect(self, SIGNAL('customContextMenuRequested(const QPoint &)'),   self.customContextMenuRequested)