33:b0e492877263 draft
Anton Shestakov <av6@dwimlabs.net>, Thu, 22 Nov 2018 17:17:23 +0800
plugin: use custom joiners for hghelp and changelog replies Using just one message instead of multiple for each line means less flood, so Limnoria does it by default. But the default joiner ("a, b, and c") is not very suitable for lines that refer to just one thing.

previous change 17:a17ac8c926c0

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
pipelines:
default:
- step:
name: Supybot on Python 2
image: python:2
max-time: 1
caches:
- pip
script:
- pip install supybot
- ln -s . Mercurial
- supybot-test Mercurial
- step:
name: Limnoria on Python 3
image: python:3
max-time: 1
caches:
- pip
script:
- pip install limnoria
- ln -s . Mercurial
- supybot-test Mercurial