# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1247618844 -32400
# Node ID 95d2a74df40ed6582d4ade7582b9611f9a880e66
# Parent  60c8419346dc92ea3448928489a5317336e5bc7d
thgconfig: change the order of config items

diff --git a/hggtk/thgconfig.py b/hggtk/thgconfig.py
--- a/hggtk/thgconfig.py
+++ b/hggtk/thgconfig.py
@@ -154,11 +154,11 @@
     (_('Bypass List'), 'http_proxy.no', [],
         _('Optional. Comma-separated list of host names that'
         ' should bypass the proxy')),
+    (_('User'), 'http_proxy.user', [],
+        _('Optional. User name to authenticate with at the'
+        ' proxy server')),
     (_('Password'), 'http_proxy.passwd', [],
         _('Optional. Password to authenticate with at the'
-        ' proxy server')),
-    (_('User'), 'http_proxy.user', [],
-        _('Optional. User name to authenticate with at the'
         ' proxy server')))

 _email_info = (

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to