diff options
author | Simon Hausmann <simon@lst.de> | 2007-05-20 23:42:22 +0200 |
---|---|---|
committer | Simon Hausmann <simon@lst.de> | 2007-05-20 23:42:22 +0200 |
commit | 24f7b53fdd0bcc76453fc087932ca2cdecf47f9d (patch) | |
tree | c236c6c2169006df710a546905fca582ad59712a /contrib | |
parent | Specifying --detect-branches is now only needed for the initial clone/sync. (diff) | |
download | tgif-24f7b53fdd0bcc76453fc087932ca2cdecf47f9d.tar.xz |
Had an idea for debugging, record it :)
Signed-off-by: Simon Hausmann <simon@lst.de>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/fast-import/git-p4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index d4bf67333f..92522417cd 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -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 |