Set v2-branch as master and generate 'v1-branch' branch from SVN trunk.

Subversion-branch: /git
Subversion-revision: 2761
This commit is contained in:
Simon Howard 2013-12-08 07:45:52 +00:00
parent a4ae4431d7
commit 2d0b1b9982

View file

@ -9,7 +9,8 @@ SVN_REPO = "file:///.../chocolate-doom-repo"
GIT_REPO = "chocolate-doom"
BRANCHES = {
"/trunk/chocolate-doom" : "master",
"/trunk/chocolate-doom" : "v1-branch",
"/branches/v2-branch" : "master",
"/branches/%" : "%",
}