Mercurial > hg
comparison contrib/import-checker.py @ 33686:5aac617a028d
buildrpm: do not break in presence of custom user configs
For example, if "hg log" was defined as an alias:
# /etc/mercurial/hgrc
[alias]
log = log --graph
the buildrpm script would be surprised by log messages formatted in
unexpected ways, and bail out.
This patch sets HGPLAIN, effectively resetting all the user configs,
including log output, to a common state, making the build more
predictable across all the possible environments.
author | muxator <a.mux@inwind.it> |
---|---|
date | Fri, 04 Aug 2017 08:15:10 +0200 |
parents | 9e46627baa3c |
children | 998fad4b3072 |
comparison
equal
deleted
inserted
replaced
33685:e1c56486d1aa | 33686:5aac617a028d |
---|