Merge lp://staging/~gmb/launchpad/cw-refactor-create-rename-bwu-567793 into lp://staging/launchpad
Proposed by
Graham Binns
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Graham Binns | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~gmb/launchpad/cw-refactor-create-rename-bwu-567793 | ||||
Merge into: | lp://staging/launchpad | ||||
Prerequisite: | lp://staging/~allenap/launchpad/no-transactions-in-externalbugtracker-bug-564574 | ||||
Diff against target: |
935 lines (+117/-117) 26 files modified
lib/lp/bugs/doc/bug-watch-activity.txt (+4/-4) lib/lp/bugs/doc/bugwatch.txt (+2/-2) lib/lp/bugs/doc/checkwatches-batching.txt (+2/-2) lib/lp/bugs/doc/checkwatches-cli-switches.txt (+3/-3) lib/lp/bugs/doc/checkwatches.txt (+10/-10) lib/lp/bugs/doc/externalbugtracker-bug-imports.txt (+2/-2) lib/lp/bugs/doc/externalbugtracker-bugzilla-oddities.txt (+2/-2) lib/lp/bugs/doc/externalbugtracker-bugzilla.txt (+2/-2) lib/lp/bugs/doc/externalbugtracker-comment-imports.txt (+3/-3) lib/lp/bugs/doc/externalbugtracker-comment-pushing.txt (+4/-4) lib/lp/bugs/doc/externalbugtracker-debbugs.txt (+3/-3) lib/lp/bugs/doc/externalbugtracker-linking-back.txt (+7/-7) lib/lp/bugs/doc/externalbugtracker-mantis-csv.txt (+2/-2) lib/lp/bugs/doc/externalbugtracker-mantis.txt (+2/-2) lib/lp/bugs/doc/externalbugtracker-roundup.txt (+2/-2) lib/lp/bugs/doc/externalbugtracker-rt.txt (+2/-2) lib/lp/bugs/doc/externalbugtracker-sourceforge.txt (+2/-2) lib/lp/bugs/doc/externalbugtracker-trac.txt (+2/-2) lib/lp/bugs/doc/externalbugtracker.txt (+17/-17) lib/lp/bugs/externalbugtracker/bugzilla.py (+7/-7) lib/lp/bugs/externalbugtracker/debbugs.py (+1/-1) lib/lp/bugs/scripts/checkwatches/__init__.py (+3/-3) lib/lp/bugs/scripts/checkwatches/core.py (+6/-6) lib/lp/bugs/scripts/checkwatches/tests/test_core.py (+19/-19) lib/lp/bugs/scripts/importdebianbugs.py (+2/-2) lib/lp/bugs/scripts/tests/test_bugimport.py (+6/-6) |
||||
To merge this branch: | bzr merge lp://staging/~gmb/launchpad/cw-refactor-create-rename-bwu-567793 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gavin Panella (community) | Approve | ||
Canonical Launchpad Engineering | code | Pending | |
Review via email: mp+23842@code.staging.launchpad.net |
Commit message
Rename BugWatchUpdater to CheckwatchesMaster and move checkwatches.
Description of the change
This branch is the first stage of a big, mad checkwatches refactoring.
In this branch I renamed BugWatchUpdater to CheckwatchesMaster* (since we're going to use BugWatchUpdater for something else). I also renamed checkwatches.
*Note, I hate this name and think it's wrong; please suggest another one.
To post a comment you must log in.
Perhaps BugWatchUpdater Controller ?