summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8718f3e)
raw | patch | inline | side by side (parent: 8718f3e)
author | Simon Hausmann <simon@lst.de> | |
Sat, 10 Feb 2007 09:05:51 +0000 (10:05 +0100) | ||
committer | Simon Hausmann <simon@lst.de> | |
Sat, 10 Feb 2007 09:05:51 +0000 (10:05 +0100) |
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/p4-fast-export.py | patch | blob | history |
index 907a56dc8a4749dc5dc9f9b39149fb7a24721c4e..1f19cbc5605ea9ae71b1555431271848d2326e64 100755 (executable)
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]