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

stable status: fix opening of shelve tool from status dialog

Changeset fc5e099026cf

Parent b2c4a1e27be1

by Steve Borho

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

 
837
838
839
840
 
841
842
843
 
837
838
839
 
840
841
842
843
@@ -837,7 +837,7 @@
  from tortoisehg.hgqt import commit   qtrun(commit.run, ui.ui(), root=link[8:])   if link.startswith('shelve:'): - repo = self.commit.repo + repo = self.stwidget.repo   from tortoisehg.hgqt import shelve   dlg = shelve.ShelveDialog(repo, self)   dlg.finished.connect(dlg.deleteLater)