(self)
| 1843 | die("Large file system not supported for git-p4 submit command. Please remove it from config.") |
| 1844 | |
| 1845 | def check(self): |
| 1846 | if len(p4CmdList(["opened", "..."])) > 0: |
| 1847 | die("You have files opened with perforce! Close them before starting the sync.") |
| 1848 | |
| 1849 | def separate_jobs_from_description(self, message): |
| 1850 | """Extract and return a possible Jobs field in the commit message. It |