Minor issue. I've noticed that some implementations of Branches sort the branches before returning:
sort.Sort(vcs.Branches(bs))
While others do not. The interface does not specify any sorting behavior.
We should improve docs to specify some behavior, and make the output consistent (if it's not).
Minor issue. I've noticed that some implementations of
Branchessort the branches before returning:While others do not. The interface does not specify any sorting behavior.
We should improve docs to specify some behavior, and make the output consistent (if it's not).