##// END OF EJS Templates
remotefilelog: add newlines to ui.log() invocations...
remotefilelog: add newlines to ui.log() invocations The comment at the top of ui.log() says that the message should be a newline-terminated string. When using the blackbox logger, if the string does not end in a newline, the appearance in the file gets quite messy. This sometimes leaves a string with just the newline as the message, these are logged by the blackbox logger just fine. I don't know what other loggers do when logging structured data and a message that is just the newline. Differential Revision: https://phab.mercurial-scm.org/D5533

File last commit:

r38580:600d8d9b @69 default
r41176:92a5fb73 default
Show More
fedora28
15 lines | 263 B | text/plain | TextLexer
Augie Fackler
packaging: add fedora 28...
r38580 FROM fedora:28
RUN groupadd -g 1000 build && \
useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build
RUN dnf install -y \
gcc \
gettext \
make \
python-devel \
python-docutils \
rpm-build
# For creating repo meta data
RUN dnf install -y createrepo