# HG changeset patch
# User Adrian Buehlmann <adr...@cadifra.com>
# Date 1247411546 -7200
# Node ID b3870f1d96afa24bdd0789c5f7d44f78205b7599
# Parent  8c9ba6c7eb26d372357640dbf812ca7a3f1531b3
thgutil: do not update thgstatus if it contains '@@noicons'

diff --git a/thgutil/shlib.py b/thgutil/shlib.py
--- a/thgutil/shlib.py
+++ b/thgutil/shlib.py
@@ -103,6 +103,8 @@ if os.name == 'nt':
                 for dn in sorted(dirstatus):
                     s = dirstatus[dn]
                     e = f.readline()
+                    if e == '@@noicons':
+                        break
                     if e == '' or e[0] != s or e[1:-1] != dn:
                         update = True
                         break

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