diff options
author | Littleboy | 2011-02-14 02:41:02 -0500 |
---|---|---|
committer | Littleboy | 2011-02-14 03:00:49 -0500 |
commit | ae986410a905131b33be173962a04d51392a1181 (patch) | |
tree | 4aebe4cfeadf96506d6696615a47de95c2513f49 /tools | |
parent | 97852d473e05b03a1b9a18facc9c2cf0c3ac8a92 (diff) | |
download | scummvm-rg350-ae986410a905131b33be173962a04d51392a1181.tar.gz scummvm-rg350-ae986410a905131b33be173962a04d51392a1181.tar.bz2 scummvm-rg350-ae986410a905131b33be173962a04d51392a1181.zip |
TOOLS: Switch create_project revision script check order to Git -> Hg -> TortoiseSVN -> SVN
Diffstat (limited to 'tools')
-rw-r--r-- | tools/create_project/scripts/revision.vbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_project/scripts/revision.vbs b/tools/create_project/scripts/revision.vbs index ad6b2c6b2e..851185371b 100644 --- a/tools/create_project/scripts/revision.vbs +++ b/tools/create_project/scripts/revision.vbs @@ -28,7 +28,7 @@ Option Explicit ' Working copy check priority: ' True: TortoiseSVN -> SVN -> Git -> Hg ' False: Git -> Hg -> TortoiseSVN -> SVN -Dim prioritySVN: prioritySVN = True +Dim prioritySVN: prioritySVN = False Dim FSO : Set FSO = CreateObject("Scripting.FileSystemObject") Dim WshShell : Set WshShell = CreateObject("WScript.Shell") |