Show all branches and all tags on the current solo set
When soloing a set of branches and tags, I want to see all other branches and all other tags, not just the branches and tags that I solo-ed. What I mean by this is that if a commit in the solo set has a tag, or is the head of a branch, then that label is added to the Branch/Tag column in the graph. I also want the icons added (remote-local-pull request) if they apply.
For clarity, I do NOT want any commits added to the graph that are not in the current solo set! I just want to see the labels and\or icons. The only change is in the Branch/Tag column.
For instance, I solo the local branch "issue-A". There is a remote branch "Issue-A" that is one commit behind. I also tagged a release that is on the "Issue-A" branch. Both show up, even though I did not solo them. Branch "Issue-B" started at the same point as "Issue-A", but then forked of. It does NOT show up in the solo, because the commit that's the head of "Issue-B" is not in my solo set.