Hacker News new | ask | show | jobs
by saghm 496 days ago
Good to know! I guess the "innovative" part was being able to apply these semantics on top of git without breaking compatibility.
1 comments

Yeah. In Mercurial the set of immutable heads is state that's stored in the repository. In Jujutsu this is done via a revset, which is a really clever approach.