mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 15:09:36 +01:00 
			
		
		
		
	"removed quotes from the message switch for svn commit
apparently they are passed literally to the repository DB" git-svn-id: trunk@17170 -
This commit is contained in:
		
							parent
							
								
									aa20e38629
								
							
						
					
					
						commit
						78b010d112
					
				@ -119,7 +119,7 @@ begin
 | 
				
			|||||||
        CmdLine := CmdLine + ' ' + StatusItem^.Path;
 | 
					        CmdLine := CmdLine + ' ' + StatusItem^.Path;
 | 
				
			||||||
  end;
 | 
					  end;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  CmdLine := CmdLine + ' -m"' + SVNCommitMsgMemo.Text + '"';
 | 
					  CmdLine := CmdLine + ' -m ' + SVNCommitMsgMemo.Text;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ShowSVNCommitFrm(CmdLine);
 | 
					  ShowSVNCommitFrm(CmdLine);
 | 
				
			||||||
end;
 | 
					end;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user