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

archive: consistent dialog title

And use hglib.get_reponame() in order to respect
'tortoisehg.fullpath' option.

Changeset c6d602da3f59

Parent 186c04c7aef7

by Yuki KODAMA

Changes to one file · Browse files at c6d602da3f59 Showing diff from parent 186c04c7aef7 Diff from another changeset...

 
160
161
162
163
 
 
164
165
166
 
160
161
162
 
163
164
165
166
167
@@ -160,7 +160,8 @@
  self.make_connects()     # dialog setting - self.setWindowTitle(_('TortoiseHg Archive - %s') % self.repo.root) + reponame = hglib.get_reponame(self.repo) + self.setWindowTitle(_('Archive - %s') % hglib.tounicode(reponame))   iconfile = paths.get_tortoise_icon('menucheckout.ico')   icon = QIcon()   icon.addPixmap(QPixmap(iconfile), QIcon.Normal, QIcon.Off)