Mercurial > hg
view contrib/docker/ubuntu.template @ 31665:5e6d44511317
hgweb: handle a "linerange" request parameter in filelog command
We now handle a "linerange" URL query parameter to filter filelog using
a logic similar to followlines() revset.
The URL syntax is: log/<rev>/<file>?linerange=<fromline>:<toline>
As a result, filelog entries only consists of revision changing specified
line range.
The linerange information is propagated to "more"/"less" navigation links but
not to numeric navigation links as this would apparently require a dedicated
"revnav" class.
Only update the "paper" template in this patch.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Thu, 19 Jan 2017 17:41:00 +0100 |
parents | e63dfbbdbd07 |
children | e02bae37af30 |
line wrap: on
line source
FROM ubuntu:__CODENAME__ RUN apt-get update && apt-get install -y \ build-essential \ debhelper \ dh-python \ devscripts \ python \ python-all-dev \ python-docutils \ zip \ unzip