Merge lp://staging/~abentley/lp-release-manager-tools/month-stats into lp://staging/~sinzui/lp-release-manager-tools/trunk
Proposed by
Aaron Bentley
Status: | Merged |
---|---|
Merged at revision: | 29 |
Proposed branch: | lp://staging/~abentley/lp-release-manager-tools/month-stats |
Merge into: | lp://staging/~sinzui/lp-release-manager-tools/trunk |
Diff against target: |
151 lines (+52/-21) 3 files modified
.bzrignore (+4/-0) lp_release_tools/report_bugs.py (+46/-19) setup.py (+2/-2) |
To merge this branch: | bzr merge lp://staging/~abentley/lp-release-manager-tools/month-stats |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey | code | Approve | |
Review via email: mp+223442@code.staging.launchpad.net |
Commit message
Allow per-month stats.
Description of the change
This branch implements per-month statistics. So it generates WorkCycles on a per-month basis if --month is supplied.
It introduces --count to change the number of cycles emitted.
It also changes the label for "held" bugs to "Held".
It also implements true bug totals.
It also emits triage-time for every row.
It extracts the line formatting to its own method.
It also switches to setuptools because distutils doesn't support entry_points.
It also ignores some directories to support virtualenv.
To post a comment you must log in.
thank you