~twom/launchpad:questions-about-reopening-storms

Last commit made on 2020-11-26
Get this branch:
git clone -b questions-about-reopening-storms 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:
questions-about-reopening-storms
Repository:
lp:~twom/launchpad

Recent commits

3a69ef6... by Tom Wardill

Timezones help

d2fd992... by Tom Wardill

Fix imports

cfa18ce... by Tom Wardill

Port questionreopening to storm

12d0938... by Colin Watson

Fix lp.codehosting.vfs.branchfs and its tests for Python 3

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

3501598... by Colin Watson

Port TestUploadProcessorBase.addMockFile to io.BytesIO

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

bc0e365... by Colin Watson

Fix Diff.generateDiffstat for Python 3

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

80a454c... by Colin Watson

Stop using cmp() and sorted(cmp=...)

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

86df55e... by Colin Watson

Fix TestResubmitBrowserGit for new branch picker

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

3db9efd... by Colin Watson

Fix TestResubmitBrowserGit for new branch picker

688851c... by Colin Watson

Stop using cmp() and sorted(cmp=...)

These are no longer supported in Python 3; we need to use constructions
involving sorted(key=...) instead.