contrib/vagrant/README.md
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 22 Jul 2020 21:23:46 -0700
changeset 45285 28840ef52f71
parent 21874 8da01b6e7b49
permissions -rw-r--r--
templater: don't normalize path separators to '/' when interacting with OS `_readmapfile()` is about reading a map file from the file system, so we shouldn't use our `util.normpath()`, which also normalizes `os.sep` to '/'. Differential Revision: https://phab.mercurial-scm.org/D8806

Run Mercurial tests with Vagrant:

$ vagrant up
$ vagrant ssh -c ./run-tests.sh