##// END OF EJS Templates
url_util: introduce a `try_path` function...
url_util: introduce a `try_path` function That function… try a build a path, returning None on failure. This helps us to simplify various part of the existing code. Differential Revision: https://phab.mercurial-scm.org/D10437

File last commit:

r21874:8da01b6e default
r47801:c029b355 default
Show More
README.md
4 lines | 80 B | text/x-minidsrc | MarkdownLexer
anatoly techtonik
contrib/vagrant: use Vagrant for running tests on virtual machine...
r21874 Run Mercurial tests with Vagrant:
$ vagrant up
$ vagrant ssh -c ./run-tests.sh