Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

thgshelve: consistent window title

Changeset 3004ebdf3796

Parent 00efb118ec12

by Steve Borho

Changes to one file · Browse files at 3004ebdf3796 Showing diff from parent 00efb118ec12 Diff from another changeset...

 
37
38
39
40
41
 
42
43
44
 
37
38
39
 
 
40
41
42
43
@@ -37,8 +37,7 @@
  self.opts['rev'] = ''     def get_title(self): - root = hglib.toutf(os.path.basename(self.repo.root)) - return ' '.join([root, 'shelve']) + return self.get_reponame() + ' - shelve'     def get_icon(self):   return 'shelve.ico'