ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara a224d0f172 repo_path: show more detailed error if filesystem path failed to parse
This should address both use cases:
 1. If from_relative_path() is directly called, the error says ".." shouldn't
    be included in the (normalized) relative path.
 2. If parse_fs_path() is used, the error message contains paths relative to
    cwd. #3216
2024-03-09 11:01:43 +09:00
..
examples cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
src repo_path: show more detailed error if filesystem path failed to parse 2024-03-09 11:01:43 +09:00
testing revset: ad-hoc optimization for range queries containing unwanted wanted heads 2024-02-22 23:26:29 +09:00
tests repo_path: show more detailed error if filesystem path failed to parse 2024-03-09 11:01:43 +09:00
build.rs
Cargo.toml templater: add similarity hint to no such method/keyword errors 2024-02-28 09:03:04 +09:00
LICENSE