ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 12b873e1ef cli: port "branch list" to template
Perhaps, this can be used to generate parsable branches list.

The hint for deleted branches isn't migrated to the template. I'm thinking of
moving it out of the loop and printed once at the end. If we want to generate
a hint in template, we'll probably need local_ref.tracking_remote_refs(), etc.
that return a list of RefNames.
2024-05-10 08:36:38 +09:00
..
examples revset: support custom filter extensions 2024-05-06 10:42:01 -04:00
src cli: port "branch list" to template 2024-05-10 08:36:38 +09:00
testing revset: add support for file(kind:pattern) syntax 2024-04-07 19:43:29 +09:00
tests cli: port "branch list" to template 2024-05-10 08:36:38 +09:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE