mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-05 19:14:43 +00:00
891fe085a6
I originally considered adding `stats() -> DiffStats` which returns an unprintable object, with deprecation of `.stat(width)` in favor of `.stats().<method_to_render>(width)`. However, I couldn't find a good name for the rendering function. This patch instead made the width parameter optional. I think that's good because template language doesn't have to be overly strict. Closes #4154 |
||
---|---|---|
.. | ||
examples | ||
src | ||
testing | ||
tests | ||
build.rs | ||
Cargo.toml | ||
docs | ||
LICENSE |