diff options
author | Simon Hausmann <simon@lst.de> | 2007-05-17 22:22:26 +0200 |
---|---|---|
committer | Simon Hausmann <simon@lst.de> | 2007-05-17 22:22:26 +0200 |
commit | 71bd9bacec6a18c2db582e1f32b1902c82359376 (patch) | |
tree | 56221a18edf5cf043d7f6c670cf7bf6b52b73641 /contrib | |
parent | Added support for git-p4 sync/rebase --with-origin. See git-p4.txt for detail... (diff) | |
download | tgif-71bd9bacec6a18c2db582e1f32b1902c82359376.tar.xz |
Removed todo item that is implemented :)
Signed-off-by: Simon Hausmann <simon@lst.de>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/fast-import/git-p4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index e653e8cd37..a21d902ea9 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -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 |