Fix git-p4 rebase

This commit is contained in:
Simon Hausmann
2007-06-07 12:51:03 +02:00
parent 94d5e2bc84
commit bf109db2b2

1
git-p4
View File

@@ -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()