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

hgtk.cmd: change to DOS eoln

Changeset ee0acea9b9be

Parent 0bc92839ff5f

by Steve Borho

Changes to one file · Browse files at ee0acea9b9be Showing diff from parent 0bc92839ff5f Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk.cmd Stacked
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@@ -1,16 +1,16 @@
-:: -:: Win32 batch file for running the TortoiseHg hgtk script. -:: - -@echo off -setlocal - -:: Uncomment the line below and modify accoringly -::set hgtkpath="C:\repos\tortoisehg-crew\hgtk" -if not exist %hgtkpath% goto :notfound -python %hgtkpath% %* -goto end - -:notfound -echo hgtk: Please configure kgtkpath in %~f0 -:end +:: +:: Win32 batch file for running the TortoiseHg hgtk script. +:: + +@echo off +setlocal + +:: Uncomment the line below and modify accoringly +::set hgtkpath="C:\repos\tortoisehg-crew\hgtk" +if not exist %hgtkpath% goto :notfound +python %hgtkpath% %* +goto end + +:notfound +echo hgtk: Please configure kgtkpath in %~f0 +:end