jj/lib
Martin von Zweigbergk f1d7bbe508 testutils: create a function for writing a random commit to MutableRepo
We already have `create_random_commit()`, which returns a
`CommitBuilder`. Most callers directly write that to a
`MutableRepo`. That currently returns a `Commit`, but I'm about to
make it propagate errors from the backend. That would add an
`unwrap()` to this sequence, making it longer. Let's create a simple
helper for these callers to simplify this common pattern.
2022-12-26 23:30:52 -08:00
..
gen-protos lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
src commit_builder: keep MutableRepo reference 2022-12-26 23:30:52 -08:00
tests testutils: create a function for writing a random commit to MutableRepo 2022-12-26 23:30:52 -08:00
testutils testutils: create a function for writing a random commit to MutableRepo 2022-12-26 23:30:52 -08:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: bump pest_derive from 2.5.1 to 2.5.2 2022-12-26 15:20:38 +00:00