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

thgconfig: add option for showing a full path in the dialog title

This option should be respected in all dialogs that show the root name
of the repository.

Changeset 7555485689dc

Parent c549165af01d

by Yuki KODAMA

Changes to one file · Browse files at 7555485689dc Showing diff from parent c549165af01d Diff from another changeset...

 
62
63
64
65
 
 
 
 
66
67
68
 
62
63
64
 
65
66
67
68
69
70
71
@@ -62,7 +62,10 @@
  ' the process for runtime errors. Default: True')),   (_('Fork hgtk'), 'tortoisehg.hgtkfork', ['True', 'False'],   _('When running hgtk from the command line, fork a background' - ' process to run graphical dialogs. Default: True'))) + ' process to run graphical dialogs. Default: True')), + (_('Full path title'), 'tortoisehg.fullpath', ['False', 'True'], + _('Show a full directory path of the repository in the dialog title' + ' instead of just the root directory name. Default: False')))    _commit_info = (   (_('Username'), 'ui.username', [],