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

status: fix context menus

Changeset b7d81e9fcbf4

Parent 64eef536670c

by Steve Borho

Changes to one file · Browse files at b7d81e9fcbf4 Showing diff from parent 64eef536670c Diff from another changeset...

 
399
400
401
402
 
403
404
405
 
399
400
401
 
402
403
404
405
@@ -399,7 +399,7 @@
  def customContextMenuRequested(self, point):   selrows = []   for index in self.selectedRows(): - path, status, mst, u = self.model().getRow(index) + path, status, mst, u, ext, sz = self.model().getRow(index)   selrows.append((set(status+mst.lower()), path))   point = self.mapToGlobal(point)   action = wctxactions.wctxactions(self, point, self.repo, selrows)