tests/bundles/renames.hg
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 13 Mar 2017 12:14:17 -0700
changeset 31399 1ed169c5e235
parent 16551 ebf6d38c9063
permissions -rw-r--r--
pycompat: alias urllib symbols directly urllib.request imports a bunch of symbols from other urllib modules. We should map to the original symbols not the re-exported ones because this is more correct. Also, it will prevent an import of urllib.request if only one of the lower-level symbols/modules is needed.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16551
ebf6d38c9063 localrepo: add setparents() to adjust dirstate copies (issue3407)
Patrick Mezard <patrick@mezard.eu>
parents:
diff changeset
     1
(binary:application/octet-stream)