From: Simon Hausmann Date: Sun, 20 May 2007 21:42:22 +0000 (+0200) Subject: Had an idea for debugging, record it :) X-Git-Tag: v1.5.3-rc0~65^2^2~85 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24f7b53fdd0bcc76453fc087932ca2cdecf47f9d;p=git.git Had an idea for debugging, record it :) Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index d4bf67333..92522417c 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -7,6 +7,10 @@ # 2007 Trolltech ASA # License: MIT # +# TODO: * implement git-p4 rollback 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