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

commit: handle shelve: link from status widget

Changeset 6b704d0cd4a1

Parent f427f4d8e591

by Steve Borho

Changes to one file · Browse files at 6b704d0cd4a1 Showing diff from parent f427f4d8e591 Diff from another changeset...

 
1013
1014
1015
 
 
 
 
1016
1017
1018
 
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
@@ -1013,6 +1013,10 @@
  if link.startswith('subrepo:'):   from tortoisehg.hgqt.run import qtrun   qtrun(run, ui.ui(), root=link[8:]) + if link.startswith('shelve:'): + from tortoisehg.hgqt import run + repo = self.commit.repo + run.shelve(repo.ui, repo=repo)     def setButtonName(self, name):   self.bb.button(QDialogButtonBox.Ok).setText(name)