~jugmac00/launchpad:fix-ssh-command-in-setup-documentation

Last commit made on 2022-05-09
Get this branch:
git clone -b fix-ssh-command-in-setup-documentation https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
fix-ssh-command-in-setup-documentation
Repository:
lp:~jugmac00/launchpad

Recent commits

faeed91... by Jürgen Gmach

Fix SSH command in Launchpad's setup documentation

a197934... by Colin Watson

Remove six.ensure_text calls relating to zope.testbrowser

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

98428d5... by Colin Watson

Remove six.ensure_text calls relating to zope.testbrowser

The `zope.testbrowser.Browser.{contents,title}` properties return native
strings. On Python 2 we sometimes had to explicitly convert those to
Unicode, but that's no longer needed on Python 3.

e6da387... by Colin Watson

Move channel (de)composition to its own module

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

0003445... by Colin Watson

Raise slightly better exceptions in StoreChannelsWidget

9f39748... by Colin Watson

Add some examples in docstrings

da45ab6... by Colin Watson

Put constant in all-caps

f24c10c... by Colin Watson

Remove unnecessary ensure_text of temporary directory paths

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

7285dc4... by Colin Watson

Remove unnecessary ensure_text of temporary directory paths

On Python 2 we needed to convert temporary directory paths to Unicode in
some publisher tests, since some parts of the Python 2 standard library
had slightly different behaviour with `str` vs. `unicode` paths. None
of this is necessary on Python 3.

d0ad1c0... by Colin Watson

Stop explicitly converting hash.hexdigest() to text

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