mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-04 05:28:02 +00:00
fb17e6a50e
I made a typo and got something like this: ``` Error: Commit or change id prefix "wl" is ambiguous ``` Since we can tell commit ids from change ids these days, let's make the error message say which kind of id it is. Changing that also kind of forced me to make a special error for empty strings. Otherwise we would have to arbitrarily say that an empty string is a commit id or change id. A specific error message for empty strings seems helpful, so that's probably for the better anyway. |
||
---|---|---|
.. | ||
benches | ||
gen-protos | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |