Resolves a file path relative to the project directory of this project. This method converts the supplied path based on its type:
this for convenience
null
@return this for convenience
@throws IllegalArgumentException if supplied fname is null or points to directory
hg log command argument --follow, this method doesn't follow file ancestry, but reports complete file history (with followCopyRenames == true, for each name of the file known in sequence). To achieve output similar to that of hg log --follow filePath, use {@link #file(Path,boolean,boolean) file(filePath, true, true)} alternative.
@param filePath path relative to repository root. Pass null to reset.
@param followCopyRename true to report changesets of the original file(-s), if copy/rename ever occured to the file.
@return this for convenience
this for convenience
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |