TFS: pending delete+add => file rename
问题 How do I tell TFS that pending file delete and add is actually a rename ? For example, I deleted 201505132029594_InitialCreate.cs and tool created 201509141933543_InitialCreate.cs I'd like to tell TFS that this was a file rename+edit. Ideally, from command line, something like tf rename /someswitch 201505132029594_InitialCreate.cs 201509141933543_InitialCreate.cs Apparently, this functionality exists in the UI (see "To fix the results of an operating system rename"): https://msdn.microsoft