Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

stable status: fix subrepo link behavior (closes #1040)

Changeset 87e4641a2642

Parent 73282eb303da

by Steve Borho

Changes to one file · Browse files at 87e4641a2642 Showing diff from parent 73282eb303da Diff from another changeset...

 
900
901
902
903
 
904
905
906
 
900
901
902
 
903
904
905
906
@@ -900,7 +900,7 @@
  if link.startswith('subrepo:'):   from tortoisehg.hgqt.run import qtrun   from tortoisehg.hgqt import commit - qtrun(commit.run, self.commit.repo.ui, root=link[8:]) + qtrun(commit.run, self.stwidget.repo.ui, root=link[8:])   if link.startswith('shelve:'):   from tortoisehg.hgqt import shelve   dlg = shelve.ShelveDialog(self.stwidget.repo, self)