diff --git a/p4-fast-export.py b/p4-fast-export.py index 907a56d..1f19cbc 100755 --- a/p4-fast-export.py +++ b/p4-fast-export.py @@ -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]