##// END OF EJS Templates
graft: let caller pass in overlayworkingctx to merge.graft()...
graft: let caller pass in overlayworkingctx to merge.graft() Passing in a different `wctx` than `repo[None]` is useful because it allows the caller to decide to not touch the working directory. Differential Revision: https://phab.mercurial-scm.org/D8026

File last commit:

r21874:8da01b6e default
r44692:fc7175df 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