jj/lib
Yuya Nishihara 1fa0392a3e revset: wrap internal symbol resolution result with Option
Option<T> or Result<Option<T>, _> is easier to pattern match than testing
RevsetError::NoSuchRevision.
2022-11-28 17:30:53 +09:00
..
src revset: wrap internal symbol resolution result with Option 2022-11-28 17:30:53 +09:00
tests revset: add table of symbol aliases and pass around parse functions 2022-11-27 20:12:22 +09:00
testutils
build.rs
Cargo.toml