summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d414c74)
raw | patch | inline | side by side (parent: d414c74)
author | Simon Hausmann <simon@lst.de> | |
Fri, 25 May 2007 17:43:38 +0000 (19:43 +0200) | ||
committer | Simon Hausmann <simon@lst.de> | |
Fri, 25 May 2007 17:43:38 +0000 (19:43 +0200) |
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4 | patch | blob | history |
index d99237c632a68f2592ce3aaa57868a91cf67b2d9..0946965043b45bb92da981d17ebc532a9597aaca 100755 (executable)
# 2007 Trolltech ASA
# License: MIT <http://www.opensource.org/licenses/mit-license.php>
#
-# TODO: * Consider making --with-origin the default, assuming that the git
-# protocol is always more efficient. (needs manual testing first :)
-#
import optparse, sys, os, marshal, popen2, subprocess, shelve
import tempfile, getopt, sha, os.path, time, platform