mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-08 17:02:51 +00:00
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".