From: Simon Hausmann Date: Sat, 10 Feb 2007 09:05:51 +0000 (+0100) Subject: changed the default branch to master X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=fbb9544c5f73425535dc86a7cb226e8a3f864e08;p=python%2Ffast-export.git changed the default branch to master --- 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]