Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7116f99
)
Forgot to remove this TODO item when I made --with-origin the default :)
author
Simon Hausmann
<simon@luria.(none)>
Fri, 25 May 2007 17:43:38 +0000
(19:43 +0200)
committer
Simon Hausmann
<simon@luria.(none)>
Fri, 25 May 2007 17:43:38 +0000
(19:43 +0200)
git-p4
patch
|
blob
|
history
diff --git
a/git-p4
b/git-p4
index
d99237c
..
0946965
100755
(executable)
--- 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