mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-19 06:04:26 +00:00
This serves the role of limit() in Mercurial. Since revsets in JJ is (conceptually) an unordered set, a "limit" predicate should define its ordering criteria. That's why the added predicate is named as "latest". Closes #1110