jj/lib/testutils
Martin von Zweigbergk 7cab444313 repo_path: remove assertion from constructors
We ran into a crash on our server at Google today because we
accidentally called `RepoPathBuf::from_internal_string()` with a
string starting with a '/', which resulted in a the assertion in that
function failing. This patch changes that constructor and its siblings
to return a `Result` instead.
2025-04-15 14:42:23 +00:00
..
src repo_path: remove assertion from constructors 2025-04-15 14:42:23 +00:00
Cargo.toml tests: don’t use git2 in testutils 2025-04-03 19:03:44 +00:00