Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
None
-
None
-
None
Description
The TfsChangeLogCommand executes the following command:
tf history <repository> <fileset> -format:detailed <file name>
It should call /noprompt and /recursive as well.
Without /noprompt the command will just open an UI and doesn't output anything. /recursive is important if the passed <file name> is a folder name.
The TfsChangeLogConsumer should be changed accordingly.