jj/cli/src/commands
Yuya Nishihara f74d793817 cli: list non-tracking remote branch as standalone entry
I'm not sure if this is the best way to render non-tracking branches, but
it helps to write CLI tests. Maybe we can add some hint or decoration to
non-tracking branches, but I'd like to avoid bikeshedding at this point.

Since we haven't migrated the push function yet, a deleted branch can be
pushed to non-tracking remotes. This will be addressed later.

#1136
2023-10-16 23:21:05 +09:00
..
bench.rs cli: send status messages to stderr, specify stdout/stderr explicitly 2023-10-11 19:24:01 +09:00
branch.rs cli: list non-tracking remote branch as standalone entry 2023-10-16 23:21:05 +09:00
debug.rs working copy: return Box<dyn LockedWorkingCopy> from start_mutation() 2023-10-15 16:13:19 -07:00
git.rs git: on import_refs(), respect tracking state of existing remote refs 2023-10-16 23:21:05 +09:00
mod.rs working copy: return Box<dyn LockedWorkingCopy> from start_mutation() 2023-10-15 16:13:19 -07:00
operation.rs cli: construct "op restore"-d view by cloning each field 2023-10-14 22:20:00 +09:00