mirror of
https://github.com/git/git.git
synced 2026-02-24 09:03:52 +00:00
Fix git-p4 rebase
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user