Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

thgutil: do not update thgstatus if it contains '@@noicons'

Changeset 39a7610867c6

Parent f6c81a36cc3c

by Adrian Buehlmann

Changes to one file · Browse files at 39a7610867c6 Showing diff from parent f6c81a36cc3c Diff from another changeset...

Change 1 of 1 Show Entire File thgutil/​shlib.py Stacked
 
103
104
105
 
 
106
107
108
 
103
104
105
106
107
108
109
110
@@ -103,6 +103,8 @@
  for dn in sorted(dirstatus):   s = dirstatus[dn]   e = f.readline() + if e.startswith('@@noicons'): + break   if e == '' or e[0] != s or e[1:-1] != dn:   update = True   break