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

refreshicons.cmd: notify shell for each repo

Changeset fa89cfed5ec8

Parent 4bc251bc2c50

by Adrian Buehlmann

Changes to one file · Browse files at fa89cfed5ec8 Showing diff from parent 4bc251bc2c50 Diff from another changeset...

 
4
5
6
7
 
 
4
5
6
 
7
@@ -4,4 +4,4 @@
   for /F "tokens=*" %%G in ('dir /b /A:D') do (   echo %%G - hg -R %%G thgstatus) + hg -R %%G thgstatus --notify %%G)