Mercurial > hg
view contrib/docker/ubuntu.template @ 37339:5859800edfc5
changegroup: remove "revlog" from error message
The previous message leaked an implementation detail.
Differential Revision: https://phab.mercurial-scm.org/D3041
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Tue, 03 Apr 2018 10:15:21 -0700 |
parents | 1baa077214ae |
children |
line wrap: on
line source
FROM ubuntu:__CODENAME__ RUN apt-get update && apt-get install -y \ build-essential \ debhelper \ devscripts \ dh-python \ less \ python \ python-all-dev \ python-docutils \ unzip \ zip