forked from mirrors/jj
62decb76bc
In order to port "branch list" to template, we need to somehow represent revset.count_estimate() result as a template property. I'm going to add SizeHint template type for that, and its .upper() and .exact() methods will have to return optional integers. Fortunately, the Integer type has no implicit conversion to bool, so "if(optional_integer, ..)" is not ambiguous. |
||
---|---|---|
.. | ||
examples | ||
src | ||
testing | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |