Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

changeset: fix traceback

not sure if the problem or only the traceback is fixed

Changeset eb20fab551ee

Parent 3c33ba2fc76d

by Simon Heimberg

Changes to one file · Browse files at eb20fab551ee Showing diff from parent 3c33ba2fc76d Diff from another changeset...

 
23
24
25
 
26
27
28
 
23
24
25
26
27
28
29
@@ -23,6 +23,7 @@
  def __init__(self, ui, repo, cwd, pats, opts, main, stbar=None):   GDialog.__init__(self, ui, repo, cwd, pats, opts, main)   self.stbar = stbar + self.glog_parent = None     def get_title(self):   title = os.path.basename(self.repo.root) + ' changeset '