(self, args)
| 4277 | + "rebases the current work (branch) against it") |
| 4278 | |
| 4279 | def run(self, args): |
| 4280 | sync = P4Sync() |
| 4281 | sync.importLabels = self.importLabels |
| 4282 | sync.run([]) |
| 4283 | |
| 4284 | return self.rebase() |
| 4285 | |
| 4286 | def rebase(self): |
| 4287 | if os.system("git update-index --refresh") != 0: |