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

stable quickop: make title more explicit

Add 'hg' before the command name to make it clearer for international users
that it's a wrapper for an hg command.

Changeset 5f040a4a8629

Parent 0c590019e833

by Wagner Bruna

Changes to one file · Browse files at 5f040a4a8629 Showing diff from parent 0c590019e833 Diff from another changeset...

 
44
45
46
47
 
48
49
50
 
44
45
46
 
47
48
49
50
@@ -44,7 +44,7 @@
    os.chdir(repo.root)   self.repo = repo - self.set_title(hglib.get_reponame(repo) + ' ' + command) + self.set_title(hglib.get_reponame(repo) + ' - hg ' + command)   self.command = command     labels = { 'add': (_('Select files to add'), _('Add')),