##// END OF EJS Templates
hook: set `HGPLAIN=1` for external hooks...
hook: set `HGPLAIN=1` for external hooks External hooks will probably turn around and run hg commands, so this seems like a reasonable convenience for people who miss it in the documentation. There are no test changes because `printenv.py` filters out anything without a "HG_" prefix. It wouldn't be a useful test anyway, because this is already inherited from the test environment. Differential Revision: https://phab.mercurial-scm.org/D9605

File last commit:

r45503:cf04f62d default
r46753:8fa87bce default
Show More
README.md
4 lines | 106 B | text/x-minidsrc | MarkdownLexer

rhg

This project provides a fastpath Rust implementation of the Mercurial (hg)
version control tool.