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 revset: drop Eq/PartialEq from RevsetExpression and related types 2024-06-28 10:28:51 +09:00
src cli: branch: let find_*_branches() return (name, target) pairs 2024-06-28 10:29:06 +09:00
testing
tests tests: add word-level hunks and capture some colorized diff outputs 2024-06-27 12:00:08 +09:00
build.rs
Cargo.toml cli: implement enough of jj fix to run a single tool on all files 2024-06-04 14:28:21 -05:00
LICENSE