##// END OF EJS Templates
chg: define PRINTF_FORMAT_ for non gnu C compiler...
chg: define PRINTF_FORMAT_ for non gnu C compiler Before this patch, if __GNUC__ is not defined, PRINTF_FORMAT_ will not be defined and will cause compilation error. This patch solves the issue by making sure PRINTF_FORMAT_ is defined. It allows chg to be compiled with tcc (http://bellard.org/tcc/) by: tcc -o chg *.c

File last commit:

r26297:ccdc2b23 default
r28604:d4d8a3c8 default
Show More
cacerts.rc
5 lines | 161 B | text/x-stsrc | TextLexer
Augie Fackler
debian: configuration so that cacerts is properly loaded...
r26297 # This config file points Mercurial at the system-wide certificate
# store from the ca-certificates package.
[web]
cacerts = /etc/ssl/certs/ca-certificates.crt