From: Simon Hausmann Date: Fri, 25 May 2007 17:43:38 +0000 (+0200) Subject: Forgot to remove this TODO item when I made --with-origin the default :) X-Git-Tag: v1.5.3-rc0~65^2^2~52 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=877db584aae9816671147da45c30c31748ef287f;p=git.git Forgot to remove this TODO item when I made --with-origin the default :) Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index d99237c63..094696504 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -7,9 +7,6 @@ # 2007 Trolltech ASA # License: MIT # -# 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