I checked in a changeset without all the files actually involved in those changes. (The code checked in compiles, but the ones I missed are "logically connected" -- the checked-in code defines a new interface and a file I missed is one that now implements that interface.)
This was the latest changeset. I have not found any way to add the files; all I can do is check in another changeset with the extra files.
There seems to be no way to add more files when looking at a changeset.
In Git, I could "amend last commit" (or even use the "modify history" mechanisms) but this does not seem possible in TFS.
Is this just another reason to be happier using Git?