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

commit: set meaningful window title

Changeset 1c908968d442

Parent 538813d506a0

by Steve Borho

Changes to one file · Browse files at 1c908968d442 Showing diff from parent 538813d506a0 Diff from another changeset...

 
210
211
212
 
 
213
214
215
 
210
211
212
213
214
215
216
217
@@ -210,6 +210,8 @@
    self.connect(self.commit, SIGNAL('errorMessage'),   self.errorMessage) + name = hglib.get_reponame(self.commit.stwidget.repo) + self.setWindowTitle('%s - commit' % name)     def errorMessage(self, msg):   # TODO - add a status bar