39:ddc609bd0303 draft default tip
Anton Shestakov <av6@dwimlabs.net>, Tue, 05 Feb 2019 22:49:35 +0800
plugin: use configurable base URL instead of paths.default in repo hgrc Let's hope we'll never need nested repos, or special cases, or anything else ever. If we do, maybe make URL configurable for each repo.

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