mercurial/templates/map-cmdline.phases
author Georges Racinet <georges.racinet@octobus.net>
Mon, 30 Oct 2023 22:36:30 +0100
changeset 51272 0409bd6ba663
parent 38985 f9a98075a37e
permissions -rw-r--r--
rust-revlog: add invalidation detection to `NodeTree` class This will be useful for callers, such as `scmutil` who reuse a `NodeTree` instance as a cache. They would otherwise get hard errors if any mutation of the index occurred since instantiation. This is something the C index does not provide.

%include map-cmdline.default

[templates]
changeset = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{luser}{ldate}{summary}\n'
changeset_verbose = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{luser}{ldate}{lfiles}{lfile_copies_switch}{description}\n'