| | 21 | |
| | 22 | {{{ |
| | 23 | [DEFAULT] |
| | 24 | patch-name-format=%(firstlogline)s |
| | 25 | remove-first-log-line=True |
| | 26 | root-directory = /tmp/test |
| | 27 | projects = trunk-pull, branch-pull |
| | 28 | |
| | 29 | [trunk-pull] |
| | 30 | source = cvsps:bigdiesel |
| | 31 | target = git:bigdiesel |
| | 32 | start-revision = INITIAL |
| | 33 | subdir = trunk |
| | 34 | |
| | 35 | [branch-pull] |
| | 36 | source = cvsps:bigdiesel |
| | 37 | target = git:bigdiesel-branch |
| | 38 | start-revision = bigloo-parser INITIAL |
| | 39 | subdir = bigloo-parser |
| | 40 | |
| | 41 | [git:bigdiesel] |
| | 42 | |
| | 43 | [git:bigdiesel-branch] |
| | 44 | parent-repo = ../trunk |
| | 45 | parent-rev = bigloo-parser_branchpoint |
| | 46 | }}} |