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

stable revdetails: provide bundlerepo to filelistview (fixes #446)

Changeset 413a86ef8cfd

Parent 7eb3ae16c74e

by Steve Borho

Changes to 2 files · Browse files at 413a86ef8cfd Showing diff from parent 7eb3ae16c74e Diff from another changeset...

 
65
66
67
 
 
 
68
69
70
 
65
66
67
68
69
70
71
72
73
@@ -65,6 +65,9 @@
  if model._ctx is not None:   self.contextChanged(model._ctx)   + def setRepo(self, repo): + self.model().repo = repo +   def contextChanged(self, ctx):   real = type(ctx.rev()) is int   wd = ctx.rev() is None
 
50
51
52
 
53
54
55
 
50
51
52
53
54
55
56
@@ -50,6 +50,7 @@
  def setRepo(self, repo):   self.repo = repo   self.fileview.setRepo(repo) + self.filelist.setRepo(repo)     def setupUi(self):   SP = QSizePolicy