Merge lp://staging/~sinzui/juju-release-tools/test-version-bugs into lp://staging/juju-release-tools
Proposed by
Curtis Hovey
Status: | Merged |
---|---|
Merged at revision: | 368 |
Proposed branch: | lp://staging/~sinzui/juju-release-tools/test-version-bugs |
Merge into: | lp://staging/juju-release-tools |
Diff against target: |
100 lines (+77/-0) 2 files modified
lprelease.py (+9/-0) tests/test_lprelease.py (+68/-0) |
To merge this branch: | bzr merge lp://staging/~sinzui/juju-release-tools/test-version-bugs |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley (community) | Approve | ||
Review via email:
|
Description of the change
Do not close bugs targeted to devel milestones.
The branch adds a guard to return early in close_bugs() when the milestone is not dotted numbers.
The script came from another project. I started a tests for this...because my first try at this was definitely wrong.
To post a comment you must log in.
Thanks.