Mercurial > hg-stable
annotate rust/Cargo.toml @ 43782:f1c49bc79b4d
repoview: add more tests to track operation not supposed to trigger filtering
This test is useful to confirm we removed filtering trigger and to prevent
it to come back without us noticing.
The commands tested in the test were initially introduced one by one. However,
on Martin von Zweigbergk request, we are adding them all at once.
Differential Revision: https://phab.mercurial-scm.org/D7514
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 23 Nov 2019 13:59:17 +0100 |
parents | 5532823e8c18 |
children | 79ac59d3f73d |
rev | line source |
---|---|
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
1 [workspace] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
2 members = ["hg-core", "hg-direct-ffi", "hg-cpython"] |
40977
98a0fbda8739
rust-cpython: exclude hgcli from workspace
Georges Racinet <gracinet@anybox.fr>
parents:
40272
diff
changeset
|
3 exclude = ["chg", "hgcli"] |