jj/lib
Martin von Zweigbergk fb17e6a50e revset: use different errors for ambiguous commit/change IDs
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.
2023-05-31 06:28:32 -07:00
..
benches
gen-protos cargo: bump prost-build from 0.11.8 to 0.11.9 2023-04-14 16:11:09 +00:00
src revset: use different errors for ambiguous commit/change IDs 2023-05-31 06:28:32 -07:00
tests revset: use different errors for ambiguous commit/change IDs 2023-05-31 06:28:32 -07:00
testutils cargo: bump git2 from 0.17.1 to 0.17.2 2023-05-29 20:25:04 +02:00
build.rs
Cargo.toml cargo: bump once_cell from 1.17.1 to 1.17.2 2023-05-29 20:26:10 +02:00