# Functions
AssembleChain consumes a list of changesets, and groups them together to chains.
FilterChangesets filters a list of Changeset by a given filter function.
MakeChangeset creates a new Changeset object out of a goGerrit.ChangeInfo object.
NewClient initializes a new gerrit client.
SortChains sorts a list of chains by the number of changesets in each chain, descending.
# Interfaces
IClient defines the gerrit.Client interface.