summaryrefslogtreecommitdiff
path: root/contrib/fast-import
diff options
context:
space:
mode:
authorSimon Hausmann <simon@lst.de>2007-05-25 17:43:38 (GMT)
committerSimon Hausmann <simon@lst.de>2007-05-25 17:43:38 (GMT)
commit877db584aae9816671147da45c30c31748ef287f (patch)
treee061de1d9e256f6f344b1cf4137318dd8f911037 /contrib/fast-import
parentd414c74afd8610c8c22dadf62b5ba8c6efa59e75 (diff)
downloadgit-877db584aae9816671147da45c30c31748ef287f.zip
git-877db584aae9816671147da45c30c31748ef287f.tar.gz
git-877db584aae9816671147da45c30c31748ef287f.tar.bz2
Forgot to remove this TODO item when I made --with-origin the default :)
Signed-off-by: Simon Hausmann <simon@lst.de>
Diffstat (limited to 'contrib/fast-import')
-rwxr-xr-xcontrib/fast-import/git-p43
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index d99237c..0946965 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -7,9 +7,6 @@
# 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