Should support merge requests with merge directives
Bug #80783 reported by
Jelmer Vernooij
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PQM |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
affects /products/pqm
It would be nice if the pqm would accept merge requests that contained
bundles rather than references to a publicly available branch.
--
Jelmer Vernooij <email address hidden> - http://
Related branches
lp://staging/~oddbloke/pqm/merge-directives
- No reviews requested
On hold
for merging
into
lp://staging/pqm
- Robert Collins: Needs Resubmitting
-
Diff: 793 lines (+488/-20) (has conflicts)7 files modified.bzrignore (+1/-0)
pqm/__init__.py (+79/-0)
pqm/script.py (+164/-8)
pqm/tests/test_pqm.py (+201/-4)
tests/Makefile.am (+2/-1)
tests/bzr-merge-2.sh (+20/-0)
tests/test-framework (+21/-7)
Changed in pqm: | |
assignee: | nobody → daniel-thewatkins |
status: | Triaged → In Progress |
Changed in pqm: | |
status: | In Progress → Fix Committed |
Changed in pqm: | |
status: | Fix Committed → Triaged |
assignee: | Daniel Watkins (daniel-thewatkins) → nobody |
To post a comment you must log in.
It looks like Hermann was working on a branch for this. I've linked the branch to this bug.