mirror of
https://github.com/frej/fast-export.git
synced 2025-11-09 04:35:39 +01:00
changed the default branch to master
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user