I would like to know if it's possible to obtain all the labels of a branch with a command ? The only thing I've found is a commmand to obtain all my label, on the entire collection.
On my projects, we put labels on a branch to define the sub Release (the branch "Release 1.2" have the following labels : "Release 1.2.1", "Release "1.2.2", ...). I would like to get the last label put on the branch, regardless the owner.
Thanks by advance.
PS: If it's possible to do it with some code (C#), I'll take it too.
