##// END OF EJS Templates
py3: add r'' prefixes and do ('%d' % int) instead of str(int)...
py3: add r'' prefixes and do ('%d' % int) instead of str(int) This addresses more failures related to zeroconf on py3. Differential Revision: https://phab.mercurial-scm.org/D6510

File last commit:

r41001:5532823e default
r42753:683aeef1 default
Show More
Cargo.toml
3 lines | 92 B | text/plain | TOMLLexer
[workspace]
members = ["hg-core", "hg-direct-ffi", "hg-cpython"]
exclude = ["chg", "hgcli"]