Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

iconoverlay: improve debugging when reloading cache

Changeset 2a06db434f7b

Parent 706bb6258a1c

by Steve Borho

Changes to one file · Browse files at 2a06db434f7b Showing diff from parent 706bb6258a1c Diff from another changeset...

 
119
120
121
122
 
123
124
125
 
119
120
121
 
122
123
124
125
@@ -119,7 +119,7 @@
  if cache_pdir == pdir:   root = cache_root   else: - print "find new root" + print "find new root from", upath, "was", cache_pdir   cache_pdir = pdir   cache_root = root = thgutil.find_root(pdir)   print "_get_state: root = ", root