From 76c02dc5579c9b4285edd24da5f42ff9b57b70b2 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sun, 20 May 2007 23:42:22 +0200 Subject: [PATCH] Had an idea for debugging, record it :) --- git-p4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git-p4 b/git-p4 index d4bf673..9252241 100755 --- a/git-p4 +++ b/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 -- 2.11.4.GIT