You've already forked lazarus-ccr
added TLogEntry.DisplayDate
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@117 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -92,6 +92,8 @@ begin
|
||||
end;
|
||||
ReadOutput;
|
||||
Result := SvnProcess.ExitStatus;
|
||||
if Result<>0 then
|
||||
Raise Exception.Create('Svn ' + Command + ' failed.');
|
||||
finally
|
||||
SvnProcess.Free;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user