Changed the default git import branch from "p4" to "master".
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
parent
8718f3ec9a
commit
fe2193183a
@ -12,7 +12,7 @@
|
|||||||
import os, string, sys, time
|
import os, string, sys, time
|
||||||
import marshal, popen2, getopt
|
import marshal, popen2, getopt
|
||||||
|
|
||||||
branch = "refs/heads/p4"
|
branch = "refs/heads/master"
|
||||||
prefix = previousDepotPath = os.popen("git-repo-config --get p4.depotpath").read()
|
prefix = previousDepotPath = os.popen("git-repo-config --get p4.depotpath").read()
|
||||||
if len(prefix) != 0:
|
if len(prefix) != 0:
|
||||||
prefix = prefix[:-1]
|
prefix = prefix[:-1]
|
||||||
|
Loading…
Reference in New Issue
Block a user