mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 10:35:56 +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