ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara e7ea0d579a cli: branch: let find_*_branches() return (name, target) pairs
This will help inline view.remove_branch() in cmd_branch_forget(). I don't
care much about owned (String, _) vs (&str, _), but we can't simplify the
lifetime issue in find_forgettable_branches() anyway. So I made all callers
pass cloned Arc<ReadonlyRepo> and borrow (name, target) pairs from there.
2024-06-28 10:29:06 +09:00
..
examples
src cli: branch: let find_*_branches() return (name, target) pairs 2024-06-28 10:29:06 +09:00
testing
tests
build.rs
Cargo.toml
LICENSE