(self)
| 4507 | |
| 4508 | class P4Branches(Command): |
| 4509 | def __init__(self): |
| 4510 | Command.__init__(self) |
| 4511 | self.options = [] |
| 4512 | self.description = ("Shows the git branches that hold imports and their " |
| 4513 | + "corresponding perforce depot paths") |
| 4514 | self.verbose = False |
| 4515 | |
| 4516 | def run(self, args): |
| 4517 | if originP4BranchesExist(): |