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 menu popup location

Changeset 89373632bfbe

Parent 1c0138168ced

by Steve Borho

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

 
233
234
235
 
236
237
238
 
233
234
235
236
237
238
239
@@ -233,6 +233,7 @@
  rows.add(index.row())   c, status, mst, u, path = self.model().getRow(index)   selrows.append((set(status+mst.lower()), path)) + point = self.mapToGlobal(point)   action = wctxactions.wctxactions(self, point, self.repo, selrows)   if action:   print action.text(), 'performed' # maybe should refresh