mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-10 06:20:18 +00:00
Now that we remove hidden heads whenever a transaction commits, `non_obsolete_heads()` should always be the same as `all_heads()`, except during a transaction. I don't think we depend on the difference even during a transaction. Let's simplify a bit by removing the revset function `all_heads()` and renaming `non_obsolete_heads()` to `heads()`. This is part of issue #32. |
||
---|---|---|
.. | ||
benches | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |