summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Simon Hausmann <simon@lst.de>2007-05-17 22:22:26 +0200
committerLibravatar Simon Hausmann <simon@lst.de>2007-05-17 22:22:26 +0200
commit71bd9bacec6a18c2db582e1f32b1902c82359376 (patch)
tree56221a18edf5cf043d7f6c670cf7bf6b52b73641
parentAdded support for git-p4 sync/rebase --with-origin. See git-p4.txt for detail... (diff)
downloadtgif-71bd9bacec6a18c2db582e1f32b1902c82359376.tar.xz
Removed todo item that is implemented :)
Signed-off-by: Simon Hausmann <simon@lst.de>
-rwxr-xr-xcontrib/fast-import/git-p42
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index e653e8cd37..a21d902ea9 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -7,8 +7,6 @@
# 2007 Trolltech ASA
# License: MIT <http://www.opensource.org/licenses/mit-license.php>
#
-# TODO: Add an option to sync/rebase to fetch and rebase from origin first.
-#
import optparse, sys, os, marshal, popen2, subprocess, shelve
import tempfile, getopt, sha, os.path, time, platform