##// END OF EJS Templates
make: also delete hg.exe when cleaning...
make: also delete hg.exe when cleaning This will be needed for the next patch, which has more details. It has to come before the call into setup.py because even `python setup.py clean` calls hg to generate the version file. Differential Revision: https://phab.mercurial-scm.org/D8037

File last commit:

r41001:5532823e default
r44683:64e104ca default
Show More
Cargo.toml
3 lines | 92 B | text/plain | TOMLLexer
Gregory Szorc
rust: implementation of `hg`...
r35587 [workspace]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 members = ["hg-core", "hg-direct-ffi", "hg-cpython"]
Georges Racinet
rust-cpython: exclude hgcli from workspace...
r41000 exclude = ["chg", "hgcli"]