Bug found in TF.exe history command (and in GUI too) - changesets outside the date range specifi
The most recent changeset is always retruned no matter what date criteria are displayed. THis can also be replicated if you connect straight to the Orcas libraries and if you use the frontend
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE>tf history $/Developmen
t /recursive /noprompt /version:"D01/01/2008"~"D01/01/2009" /format
etailed
-
Changeset: 382
User: d.brophy
Date: 13 June 2007 09:23:12
Comment:
Items:
add $/Development/Spotted/Spotted/Misc/plus-account-application-ltd.pdf
add $/Development/Spotted/Spotted/Misc/plus-account-application-personal.pdf
Check-in Notes:
Code Reviewer:
Performance Reviewer:
Security Reviewer:
As you can see in the code it should have brought back changes between 2008 and 2009. Instead it always bring back at least the most recent changeset.

