Comment 6 for bug 1002977

Revision history for this message
Kapil Thangavelu (hazmat) wrote :

note for juan.. i had to get at the doc proposals via the juju project merges, it didn't seem to show up the groups mps. this has to go through code branches as well so it can take some time.

+ juju = lp.projects['juju']
+ doc_proposals = [mp for mp in juju.getMergeProposals().entries \
+ if mp['target_branch_link'].endswith("~juju/juju/docs")]