When I list my pending merges between Branch1 and Branch2 on Visual Studio it shows them. But If I use tf it doesn't. The command I am using to list my pending merges with TF is:
tf merge /candidate Branch1 Branch2
And I get
There are no changes to merge.
Why is TF showing no pending merges?
I am using Visual Studio 2013 with TFS 2013.