From 94354e394e9f1ce37b46e3e9efda098d9e858180 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 16 May 2007 13:15:34 +0200 Subject: [PATCH] A little todo note before I forget it :), based on a suggestion from Lars. --- git-p4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-p4 b/git-p4 index ca6c623..70366ff 100755 --- a/git-p4 +++ b/git-p4 @@ -7,6 +7,8 @@ # 2007 Trolltech ASA # License: MIT # +# 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 -- 2.11.4.GIT