##// END OF EJS Templates
unionrepo: fill in uncompressed length of revlog entry...
unionrepo: fill in uncompressed length of revlog entry It can be either -1 or a valid length, but shouldn't be None. IIUC, we can simply trust the length retrieved from the revlog to be overlaid. I don't bother thinking whether the compressed length can be copied as well. We'll need to fix it later.

File last commit:

r38023:1335bbfb default
r38194:df5f6881 default
Show More
debian.template
12 lines | 206 B | text/plain | TextLexer
FROM debian:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
devscripts \
dh-python \
less \
python \
python-all-dev \
python-docutils \
unzip \
zip