Browse Source

A little todo note before I forget it :), based on a suggestion from Lars.

Signed-off-by: Simon Hausmann <shausman@trolltech.com>
maint
Simon Hausmann 18 years ago
parent
commit
ca0affe7bb
  1. 2
      contrib/fast-import/git-p4

2
contrib/fast-import/git-p4

@ -7,6 +7,8 @@ @@ -7,6 +7,8 @@
# 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

Loading…
Cancel
Save