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:
vsnijders
2007-03-05 16:16:17 +00:00
parent 280e661bef
commit 93fd07caa5
3 changed files with 14 additions and 2 deletions

View File

@ -92,6 +92,8 @@ begin
end;
ReadOutput;
Result := SvnProcess.ExitStatus;
if Result<>0 then
Raise Exception.Create('Svn ' + Command + ' failed.');
finally
SvnProcess.Free;
end;