Removed todo item that is implemented :)
[gitweb.git] / contrib / fast-import / git-p4
index e653e8cd37aa0336fb97ce4f11265f2e23b8f914..a21d902ea9b04dd50916eff8c3ec264ac9b8cddf 100755 (executable)
@@ -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