~twom/launchpad:git-page-default-branch

Last commit made on 2020-02-26
Get this branch:
git clone -b git-page-default-branch 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-page-default-branch
Repository:
lp:~twom/launchpad

Recent commits

6a9a70b... by Tom Wardill

Variable name and test assertion

09ef3cf... by Tom Wardill

Use setupWidgets for more code reuse

c13f6f6... by Tom Wardill

Add a default branch to git merge page

cc39e5c... by Colin Watson

Make DistroSeries.createQueueEntry take changesfilecontent as bytes

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

fdf3841... by Colin Watson

Convert PGSessionPkgData to collections.MutableMapping

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

ee2522b... by Colin Watson

Use string.ascii_{letters,lowercase}

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

6d1f876... by Kristian Glass

Update README to refer to the Launchpad Git repo

Merged from https://code.launchpad.net/~doismellburning/launchpad/+git/launchpad/+merge/379754

d839ac7... by Colin Watson

Make DistroSeries.createQueueEntry take changesfilecontent as bytes

9af69c9... by Colin Watson

Fix productreleasefinder failures

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

9648233... by Colin Watson

Fix productreleasefinder failures

productreleasefinder passes a tempfile.TemporaryFile instance down to
ProductRelease.addReleaseFile, which on Python 2 is an instance of file
but not an instance of io.BufferedIOBase. Tolerate this situation.