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

hgignore: respect several options in dialog title

Changeset 15bb0a635d38

Parent fa2b730e3d96

by Yuki KODAMA

Changes to one file · Browse files at 15bb0a635d38 Showing diff from parent fa2b730e3d96 Diff from another changeset...

 
32
33
34
35
36
 
37
38
39
 
32
33
34
 
 
35
36
37
38
@@ -32,8 +32,7 @@
  gobject.idle_add(self.destroy)   return   self.repo = repo - base = os.path.basename(repo.root) - self.set_title(_('Ignore filter for ') + hglib.toutf(base)) + self.set_title(_('Ignore filter - %s') % hglib.get_reponame(repo))   self.notify_func = None     # vbox for dialog main