# HG changeset patch
# User Simon Heimberg <sim...@besonet.ch>
# Date 1242800757 -7200
# Node ID 5c3e89641ef0ef0a31cc657f4850521cd779a1e4
# Parent  69b3911484225e0c7e2afd4e83c595da1d102ffa
debugthg: accept 1 from command line for debugging all

diff -r 69b391148422 -r 5c3e89641ef0 thgutil/debugthg.py
--- a/thgutil/debugthg.py       Don Jul 02 15:01:52 2009 +0200
+++ b/thgutil/debugthg.py       Mit Mai 20 08:25:57 2009 +0200
@@ -18,7 +18,7 @@
 except ImportError:
     import os
     debugging = os.environ.get("DEBUG_THG", "")
-    if debugging.lower() in (1, "true"):
+    if debugging.lower() in ("1", "true"):
         debugging = True
 
 def debugf_No(str, args=None, level=''):

------------------------------------------------------------------------------
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