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

guess: respect several options in dialog title

Changeset 7c2c2e3309f7

Parent ce78eee50f48

by Yuki KODAMA

Changes to one file · Browse files at 7c2c2e3309f7 Showing diff from parent ce78eee50f48 Diff from another changeset...

 
49
50
51
52
53
 
 
54
55
56
 
49
50
51
 
 
52
53
54
55
56
@@ -49,8 +49,8 @@
  return   self.repo = repo   self.notify_func = None - path = hglib.toutf(os.path.basename(self.repo.root)) - self.set_title(_('Detect Copies/Renames in ') + path) + reponame = hglib.get_reponame(repo) + self.set_title(_('Detect Copies/Renames in %s') % reponame)   self._settings = settings.Settings('guess')   dims = self._settings.get_value('dims', (800, 600))   self.set_default_size(dims[0], dims[1])