Kiln » TortoiseHg » TortoiseHg
Clone URL:  
refreshicons.cmd
1
2
3
4
5
6
7
@echo off :: calls hg thgstatus for all directories in current dir for /F "tokens=*" %%G in ('dir /b /A:D') do ( echo %%G hg -R %%G thgstatus --notify %%G)