Community
Participate
Working Groups
I find it confusing that there are two separate commands (git log and git remote) for what is basically the same thing, browsing the commit history of a repo. Seems like we should just have a git log page and depending on where you open it from, it figures out which branch you are referring to, but allows you to switch to another one if that's not what you meant. Opening from navigator opens the local branch. Opening from the clones list opens the remote tracking branch. You could switch branches from the log page. I think boris was suggesting similar stuff in bug 339722 comment 13.
wherever we show the branch (and let the user switch it), we could also reinforce what scope they are looking at. That would probably be enough for bug 347095
Ideally, switching between the local repo and a remote tracking branch would not require a page load and would feel about the same as switching locations in the navigator. This would let me see incoming/outgoing changes with the push of a button and no loss of context.
What I am trying to do is to show both incoming and outgoing changes on one view without a need to switch between modes.
Will continue during RC2.
Fixed.