jj/lib
Martin von Zweigbergk aaf75b4793 repo: inline single-caller, and surprising, Commit::is_empty()
I would expect `Commit::is_empty()` to check if the commit is empty in
our usual sense, i.e. that there are no changes compared to the
auto-merged parents. However, it would return `false` for any merge
commit (and for the root commit). Since we only use it in one place,
let's inline it there. The use there does seem reasonable, because
it's about abandoning an "uninteresting" working-copy commit.
2023-01-28 15:54:03 -08:00
..
gen-protos
src repo: inline single-caller, and surprising, Commit::is_empty() 2023-01-28 15:54:03 -08:00
tests repo: migrate revset::resolve_change_id() to use IdIndex for ReadonlyRepo 2023-01-26 14:10:26 +09:00
testutils
build.rs
Cargo.toml cargo: bump pest_derive from 2.5.3 to 2.5.4 2023-01-25 07:49:05 -08:00