mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-28 23:55:54 +00:00
905a5c97d6
`Transaction::add_head()` and others would let the caller add non-heads to the set (i.e. ancestors of others heads) and the the non-heads were filterd out when the transaction was committed. That's a little surprising, so let's try to keep the set valid even within a transaction. That will surely make commands that add many commits noticeably slower in large repos. Hopefully we can improve that later. |
||
---|---|---|
.. | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |