ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Scott Taylor 14d3bb85bc workspace: use cwd for printing relative path
The user probably would expect the path to be relative to their current
directory rather than the workspace root. For instance, if the user is
in a child directory and runs `jj workspace add ../../name`, then they
might be surprised if we printed "../name" instead of "../../name".
2024-07-21 14:26:18 -05:00
..
examples copy-tracking: stub get_copy_records 2024-07-03 20:26:30 -04:00
src workspace: use cwd for printing relative path 2024-07-21 14:26:18 -05:00
testing cli: skip formatting instructions if not required 2024-07-09 20:24:14 -05:00
tests workspace: use cwd for printing relative path 2024-07-21 14:26:18 -05:00
build.rs
Cargo.toml cli: remove unused dependency on gix-filter 2024-07-17 11:53:51 +02:00
LICENSE