mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-15 12:14:27 +00:00
Suppose we have an alias 'immutable()' = '::immutable_heads()', user can express (visible) mutable set as '~immutable()'. 'immutable_heads()..' can terminate early, but a generic difference 'all() & ~immutable()' can't.