paper: show branch/tags/bookmarks when blaming (
issue3559)
paper: show branch/tags/bookmarks when comparing (
issue3559)
paper: show branch/tags/bookmarks when diffing (
issue3559)
paper: show branch/tags/bookmarks when viewing (
issue3559)
paper: show branch/tags/bookmarks when browsing (
issue3559)
Browse (or manifest) action allows browsing the directory structure at some
specified revision. In gitweb and monoblue styles, the revision header already
has branch/tag/bookmark information for the revision, but in paper style this
header was only showing tags. This patch adds branches and bookmarks.
Branch name needs to be obtained in this special way to be consistent with
regular changeset page, where in paper style default branch is never shown.
revset: extract addset._iterordered to free function
It never uses self, so let's make it less dependent on variables.
revset: drop redundant filteredset from right-hand side set of "or" operation
Since
5548f558db3d, it should no longer be necessary because the addset can
remove duplicates correctly.