From: John Okely Date: Wed, 20 May 2015 04:22:43 +0000 (+0800) Subject: Add ability to create 2.9 branches and fill 2.9 tracker fields X-Git-Tag: v1.5.1~2^2^2 X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=49f037197a026e4650fe2881b1609a80f057b5db;p=mdk.git Add ability to create 2.9 branches and fill 2.9 tracker fields --- diff --git a/mdk/config-dist.json b/mdk/config-dist.json index 9e426b0..aa0f099 100644 --- a/mdk/config-dist.json +++ b/mdk/config-dist.json @@ -120,6 +120,10 @@ "branch" : "Pull 2.8 Branch", "diffurl" : "Pull 2.8 Diff URL" }, + "29" : { + "branch" : "Pull 2.9 Branch", + "diffurl" : "Pull 2.9 Diff URL" + }, "master" : { "branch" : "Pull Master Branch", "diffurl" : "Pull Master Diff URL" @@ -237,7 +241,7 @@ "useCacheAsUpstreamRemote": true, // You should not edit this, this is the branch that is considered as master by developers. - "masterBranch": 29, + "masterBranch": 30, // Aliases for MDK commands. // An alias starting with a ! will be executed through the command line. Those also