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

contrib: simplify refreshicons.cmd

using new thgstatus --all option

Changeset 81db11ccd6b7

Parent ce04054abd4e

by Adrian Buehlmann

Changes to one file · Browse files at 81db11ccd6b7 Showing diff from parent ce04054abd4e Diff from another changeset...

 
1
2
3
4
5
6
7
 
 
1
 
 
 
 
 
 
2
@@ -1,7 +1,2 @@
 @echo off - -:: calls hgtk thgstatus for all directories in current dir - -for /F "tokens=*" %%G in ('dir /b /A:D') do ( - echo updating %%G - call hgtk -R %%G thgstatus --notify %%G) +call hgtk -v thgstatus --all