Had an idea for debugging, record it :)
[gitweb.git] / contrib / fast-import / git-p4
index d4bf67333fc7139618b257122362cbca814d87b5..92522417cd27f6baefae00b39e349388efaffc38 100755 (executable)
@@ -7,6 +7,10 @@
 #            2007 Trolltech ASA
 # License: MIT <http://www.opensource.org/licenses/mit-license.php>
 #
+# TODO: * implement git-p4 rollback <perforce change number> for debugging
+#         to roll back all p4 remote branches to a commit older or equal to
+#         the specified change.
+#
 
 import optparse, sys, os, marshal, popen2, subprocess, shelve
 import tempfile, getopt, sha, os.path, time, platform