~twom/launchpad:git-branch-picker-fix-error-message-priority-on-create

Last commit made on 2021-01-21
Get this branch:
git clone -b git-branch-picker-fix-error-message-priority-on-create https://git.launchpad.net/~twom/launchpad
Only Tom Wardill can upload to this branch. If you are Tom Wardill please log in for upload directions.

Branch merges

Branch information

Name:
git-branch-picker-fix-error-message-priority-on-create
Repository:
lp:~twom/launchpad

Recent commits

a1ba4b8... by Tom Wardill

Fix error message order on recipe creation

0da9185... by Tom Wardill

Set official status for an OCIRecipe via the UI

Merged from https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/396584

a979206... by Tom Wardill

Check the other status hasn't changed

3cb0b3f... by Tom Wardill

Remove official recipe options from OCI Project

0d6c4d7... by Colin Watson

Handle / being true division in Python 3

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/396326

82bb726... by Colin Watson

Upgrade to wadllib 1.3.5

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/396561

31dbfac... by Colin Watson

Port BugImporter to io.BytesIO

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/396597

e17ddbf... by Colin Watson

Port BugImporter to io.BytesIO

2d1d5e3... by Colin Watson

Fix option processing in copy-signingkeys

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/396589

0438481... by Colin Watson

Fix option processing in copy-signingkeys

LaunchpadScript.__init__ runs handle_options before the component
architecture has been set up, so we need to process our options a bit
later.