Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
1.6
-
None
-
None
-
Patch
Description
The TfsChangeLogCommand can get change log of specific file(s), but cannot work for directory.
In TfsChangeLogCommand.java of version 1.6, line 83 is
command.addArgument( file.getName() );
But I believe it should be
command.addArgument( file.getAbsolutePath() );