Code review comment for lp:~ricgard/maas/table-design-style-amendments

Revision history for this message
Blake Rouse (blake-rouse) wrote :

Looks good.

If you want to land this in 1.8 you need to backport all the branches you have landed, including this one into the maas/1.8 branch. You can do this easily by cherry picking the revision from trunk once it lands.

bzr branch maas/1.8
cd 1.8
bzr merge -c <rev_no> lp:maas
bzr commit -m "Backport of table-design-style-amendments."

Then push and create another MP targeted at the maas/1.8 branch.

review: Approve

« Back to merge proposal