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

hgest: add refreshicons.cmd

Changeset 31783ddd5b0e

Parent 7aaa1ee7ff7c

by Adrian Buehlmann

Changes to one file · Browse files at 31783ddd5b0e Showing diff from parent 7aaa1ee7ff7c Diff from another changeset...

Change 1 of 1 Show Entire File hgext/​refreshicons.cmd Stacked
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
@@ -0,0 +1,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)