annotate mercurial/templates/raw/logentry.tmpl @ 51502:a5d8f261b716 stable

obsutil: sort metadata before comparing in geteffectflag() This is probably less important now that we dropped Python 2. We do still support Python 3.6 though, and the dictionaries aren't ordered there either (that was a big change that came with 3.7). Still, maybe it's a good idea to sort metadata explicitly.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 13 Mar 2024 16:22:13 -0300
parents c8490dcc5fb3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19429
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
1 changeset: {node}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
2 revision: {rev}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
3 user: {author}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
4 date: {date|rfc822date}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
5 summary: {desc}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
6 {branches%branchname}{tags%tagname}{bookmarks%bookmarkname}