Browse Source

Fix git-p4 rebase

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

1
contrib/fast-import/git-p4

@ -1320,6 +1320,7 @@ class P4Rebase(Command): @@ -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()

Loading…
Cancel
Save