mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
added revision to BlameLine
This commit is contained in:
@@ -131,7 +131,9 @@ public class SvnBlameViewer implements BlameViewer
|
||||
String mergedPath, int lineNumber)
|
||||
throws SVNException
|
||||
{
|
||||
blameLines.add(new BlameLine(null, author, date, line, lineNumber));
|
||||
blameLines.add(new BlameLine(null, author, date,
|
||||
String.valueOf(revision), line,
|
||||
lineNumber));
|
||||
}
|
||||
@Override
|
||||
public boolean handleRevision(Date date, long revision, String author,
|
||||
|
||||
Reference in New Issue
Block a user