mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 23:25:09 +00:00
I'm going to make "op log" not load a repo nor resolve concurrent operations, so there will be the case where no unique "current" operation exists. Since the "current" operation represents the repo to be loaded, I think it's better to not consider multi-head operations as the "current" ones. That's why the templater field isn't Vec<_> but Option<_>.