Merge lp://staging/~allenap/launchpad/bugtracker-snapshot-bug-447100 into lp://staging/launchpad
Proposed by
Gavin Panella
Status: | Merged |
---|---|
Approved by: | Данило Шеган |
Approved revision: | not available |
Merged at revision: | not available |
Proposed branch: | lp://staging/~allenap/launchpad/bugtracker-snapshot-bug-447100 |
Merge into: | lp://staging/launchpad |
Diff against target: |
63 lines (+20/-6) 2 files modified
lib/lp/bugs/interfaces/bugtracker.py (+6/-4) lib/lp/bugs/tests/test_bugtracker.py (+14/-2) |
To merge this branch: | bzr merge lp://staging/~allenap/launchpad/bugtracker-snapshot-bug-447100 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Данило Шеган (community) | release-critical | Disapprove | |
Aaron Bentley (community) | Approve | ||
Review via email: mp+16130@code.staging.launchpad.net |
Commit message
Prevent IBugTracker.watches from being copied into snapshots.
To post a comment you must log in.
Uses the doNotSnapshot() decorator to prevent the 'watches' property of IBugTracker being copied into a snapshot.