From: Simon Hausmann Date: Thu, 7 Jun 2007 10:51:03 +0000 (+0200) Subject: Fix git-p4 rebase X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=68c42153060cab9ea6c16256febcf736a2a710d9;p=python%2Ffast-export.git Fix git-p4 rebase Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index ececc44..50d92c0 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -1320,6 +1320,7 @@ class P4Rebase(Command): self.options = [ ] self.description = ("Fetches the latest revision from perforce and " + "rebases the current work (branch) against it") + self.verbose = False def run(self, args): sync = P4Sync()