fpsvnsync: fixed accidentally commented line in r295

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@298 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
vsnijders
2007-12-22 20:23:46 +00:00
parent 84309985e3
commit 96bf4fd526

View File

@ -328,7 +328,7 @@ begin
CopyChanges; CopyChanges;
//GetDiff; //GetDiff;
ApplyPropChanges; ApplyPropChanges;
//CommitChanges; CommitChanges;
writeln; writeln;
end; end;