Lines Matching full:contents
68 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
72 my $builtEditorApplication = "$baseDir/Debug/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
76 my $installedEditorApplication = "$ENV{HOME}/Applications/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
133 my $contents = "";
143 last if $contents;
169 $contents .= $currentLineBlankLines if $contents;
176 $contents .= "Patch by $author <$email> on $date\n";
183 $contents .= $reviewedByLine . "\n";
189 $contents .= $line;
195 $contents .= "\n".$reviewedByLine;
218 $changeLogContents{$label} = $contents;