Merge lp:~brad-fie/bzr-scmproj/bzr-scmproj-subprojectnames-01 into lp:bzr-scmproj
Proposed by
Bradley Friedman
Status: | Merged |
---|---|
Merged at revision: | 387 |
Proposed branch: | lp:~brad-fie/bzr-scmproj/bzr-scmproj-subprojectnames-01 |
Merge into: | lp:bzr-scmproj |
Diff against target: |
27 lines (+6/-1) 1 file modified
project.py (+6/-1) |
To merge this branch: | bzr merge lp:~brad-fie/bzr-scmproj/bzr-scmproj-subprojectnames-01 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexander Belchenko | Approve | ||
Review via email:
|
Description of the change
made sub projects aware of their names when running project commands. Now, only root branches have a name of "root branch". sub projects will use their own name as specified in the project configuration in which they are referenced.
To post a comment you must log in.
Why do you need this line:
+ isinstance(proj, Project)
It does nothing as I can see.