changed the default branch to master

This commit is contained in:
Simon Hausmann
2007-02-10 10:05:51 +01:00
parent fcbd332684
commit fbb9544c5f

View File

@@ -12,7 +12,7 @@
import os, string, sys, time
import marshal, popen2, getopt
branch = "refs/heads/p4"
branch = "refs/heads/master"
prefix = previousDepotPath = os.popen("git-repo-config --get p4.depotpath").read()
if len(prefix) != 0:
prefix = prefix[:-1]