##// END OF EJS Templates
py3: replace file() with open() in test-convert-hg-source.t...
py3: replace file() with open() in test-convert-hg-source.t file() is not present in Python 3. It also makes sure we read and write in bytes mode on Python 3. Differential Revision: https://phab.mercurial-scm.org/D2132

File last commit:

r23399:fd5247a8 default
r36070:3c9f2d4d default
Show More
hgwebconfig
6 lines | 67 B | text/plain | TextLexer
[paths]
/ = /var/hg/repos/*
[web]
allow_push = *
push_ssl = False