##// END OF EJS Templates
rust-filepatterns: fix type of warnings tuple to (bytes, bytes)...
rust-filepatterns: fix type of warnings tuple to (bytes, bytes) Otherwise warn() in match.py would fail if the warning contains non-ASCII character. We might want to add a thin ByteString wrapper around Vec<u8> to implement ToPyObject<ObjectType = PyBytes>, but I'm not sure.

File last commit:

r41001:5532823e default
r42857:02476018 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"]