(self, d)
| 3718 | d["options"] = ' '.join(sorted(option_keys.keys())) |
| 3719 | |
| 3720 | def readOptions(self, d): |
| 3721 | self.keepRepoPath = ('options' in d |
| 3722 | and ('keepRepoPath' in d['options'])) |
| 3723 | |
| 3724 | def gitRefForBranch(self, branch): |
| 3725 | if branch == "main": |