# HG changeset patch # User Yuki KODAMA <[email protected]> # Date 1252546627 -32400 # Node ID 09d91869d0df6334d4b8d0d072d9b9754c463257 # Parent 4324c75d205323cd1454abe17462684d76b5c081 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.
diff --git a/hggtk/thgconfig.py b/hggtk/thgconfig.py
--- a/hggtk/thgconfig.py
+++ b/hggtk/thgconfig.py
@@ -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 to the dialog title'
+ ' instead of the root directory name. Default: False')))
_commit_info = (
(_('Username'), 'ui.username', [],
thg-kuy_rev3916.patch
Description: Binary data
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
