Open
Description
Feature description
Button to get all open Gerrit patch sets and show them as references.
An automatic fetch should be done before getting the patch sets to show the latest state of the branches.
It should be done recursively in case of submodules.
Could look like this:
... you can see all 3 patch sets of the open change
Use case
Sometimes it is useful to see all open Gerrit patch sets in the local repo.
So you can do local diffs between two selected patch sets with your favorite diff tool.
Getting all of them at once is useful in case other people did some work in this repo (or it's subrepos).