project.cfg: remove COMPONENTS and SUBPROJECTS lists from [PROJECT] section and use explicit sections for components
Bug #314654 reported by
Alexander Belchenko
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ScmProj plugin |
Fix Released
|
High
|
Alexander Belchenko |
Bug Description
E.g.
[PROJECT]
...
[component "foo"]
BRANCHES = trunk dev
[[branch "dev"]]
[subproject "spam"]
...
In this case PROJECT section could be optional too.
Related branches
Changed in bzr-scmproj: | |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in bzr-scmproj: | |
assignee: | nobody → bialix |
Changed in bzr-scmproj: | |
status: | Confirmed → In Progress |
Changed in bzr-scmproj: | |
milestone: | none → 0.4.5 |
Changed in bzr-scmproj: | |
milestone: | 0.4.5 → 0.4.5a1 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Is there a reason why we have to quote the element names?
I think we can make the quoting optional or just not quote it.
eg.
[component foo]