Merge lp://staging/~gmb/lp2kanban/bug-1112622 into lp://staging/~launchpad/lp2kanban/trunk
Proposed by
Graham Binns
Status: | Merged |
---|---|
Approved by: | Brad Crittenden |
Approved revision: | 74 |
Merged at revision: | 73 |
Proposed branch: | lp://staging/~gmb/lp2kanban/bug-1112622 |
Merge into: | lp://staging/~launchpad/lp2kanban/trunk |
Diff against target: |
158 lines (+77/-4) 5 files modified
src/lp2kanban/bugs2cards.py (+2/-1) src/lp2kanban/cards2workitems.py (+15/-0) src/lp2kanban/kanban.py (+2/-1) src/lp2kanban/tests/common.py (+10/-1) src/lp2kanban/tests/test_cards2workitems.py (+48/-1) |
To merge this branch: | bzr merge lp://staging/~gmb/lp2kanban/bug-1112622 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brad Crittenden (community) | code | Approve | |
Review via email: mp+153763@code.staging.launchpad.net |
Commit message
We now sync cards with blueprints based on their description annotations _or_ external_
Description of the change
This branch makes the blueprint syncing code use either the external_system_url of a card _or_ its description annotations to decide whether it should be synced. This prevents syncing from getting clobbered by merge proposals.
To post a comment you must log in.
Looks good Graham. One typo to fix: blueoprint