Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the meaning of an asterisk appended to a TFS changeset number

I am looking at candidate changesets for a merge and I get some output I don't understand:

tf merge /candidate /recursive $/Acme/Branches/Release/3.5 $/Acme/Trunk
Changeset Author                           Date
--------- -------------------------------- ----------
   47829* nate:14                          4/16/2009

What does the * at the end of the changeset number mean?

like image 506
Keith Hill Avatar asked Jan 22 '10 18:01

Keith Hill


1 Answers

It indicates a partial merge was done.

like image 183
Randy Minder Avatar answered Sep 28 '22 09:09

Randy Minder