* fixed parsing of multiline properties

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@228 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
vsnijders
2007-07-28 22:00:46 +00:00
parent c8296c17b9
commit fd67d975fe
2 changed files with 13 additions and 2 deletions

View File

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