gecko-dev/testing/mozharness/test
Gregory Szorc 0ce46507f1 Bug 1392700 - Initialize repository using latest requirements; r=aki
We use `hg init` to create the directory. Because this is what
typically occurs.

We also remove the disabling of "dotencode" in the hgrc. This was added
in https://hg.mozilla.org/build/mozharness/rev/b1dbc0f56ff8 (bug 857853)
for reasons that are unclear to me. We should never disable dotencode
because it may make some repositories not clonable on Windows
filesystems.

Disabling dotencode will also interfere with the latest version of
robustcheckout, which requires its presence.

MozReview-Commit-ID: 35qBsgwp0uW

--HG--
extra : rebase_source : b786fb38f6b09da9614ac40f5de8231b8305bf5d
2017-08-22 10:34:29 -07:00
..
helper_files Bug 1392700 - Initialize repository using latest requirements; r=aki 2017-08-22 10:34:29 -07:00
hgrc
pip-freeze.example.txt
README
test_base_config.py
test_base_diskutils.py
test_base_log.py
test_base_parallel.py
test_base_python.py
test_base_script.py
test_base_transfer.py
test_base_vcs_mercurial.py Bug 1330837 - Remove functionality to apply and push; r=aki 2017-04-11 14:23:00 -07:00
test_l10n_locales.py
test_mozilla_blob_upload.py
test_mozilla_buildbot.py
test_mozilla_merkle.py Bug 1342974 - Add code to generate a Merkle tree summary of a release r=arroway,catlee 2017-02-27 12:56:42 -05:00
test_mozilla_release.py
test_mozilla_signed_certificate_timestamp.py Bug 1346359 - Script to submit transparency certs to CT r=rail 2017-03-10 17:48:37 -05:00

test/           : non-network-dependent unit tests
test/networked/ : network-dependent unit tests.