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

shellext: add handy swap.cmd batch file

Changeset 8617e465db1d

Parent 8c5993782d52

by Steve Borho

Changes to one file · Browse files at 8617e465db1d Showing diff from parent 8c5993782d52 Diff from another changeset...

Change 1 of 1 Show Entire File win32/​shellext/​swap.cmd Stacked
 
 
 
 
 
1
2
3
@@ -0,0 +1,3 @@
+del "C:\Program Files\TortoiseHg\ThgShell-old.dll" +rename "C:\Program Files\TortoiseHg\ThgShell.dll" ThgShell-old.dll +copy ThgShell.dll "C:\Program Files\TortoiseHg\ThgShell.dll"