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 ecc99425d95b

Parent cf3330df817e

by Steve Borho

Changes to one file · Browse files at ecc99425d95b Showing diff from parent cf3330df817e Diff from another changeset...

 
359
360
361
362
 
363
364
365
 
359
360
361
 
362
363
364
365
@@ -359,7 +359,7 @@
  def customContextMenuRequested(self, point):   selrows = []   for index in self.selectedRows(): - c, status, mst, u, path = self.model().getRow(index) + path, status, mst, u = self.model().getRow(index)   selrows.append((set(status+mst.lower()), path))   point = self.mapToGlobal(point)   action = wctxactions.wctxactions(self, point, self.repo, selrows)