summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Hausmann <simon@luria.(none)>2007-05-25 19:43:38 +0200
committerSimon Hausmann <simon@luria.(none)>2007-05-25 19:43:38 +0200
commitf5af3efa26ea4d05148a313482747695782b5786 (patch)
treeaeec84928a1f13118596d4e2a88c0ed06b126d2b
parent7116f99151d15a6e6080e41a57135874a33d5ead (diff)
downloadhg-fast-export-f5af3efa26ea4d05148a313482747695782b5786.tar.gz
Forgot to remove this TODO item when I made --with-origin the default :)
-rwxr-xr-xgit-p43
1 files changed, 0 insertions, 3 deletions
diff --git a/git-p4 b/git-p4
index d99237c..0946965 100755
--- a/git-p4
+++ b/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