mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
TOOLS: Switch create_project revision script check order to Git -> Hg -> TortoiseSVN -> SVN
This commit is contained in:
parent
97852d473e
commit
ae986410a9
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user