/*
* aegis - project change supervisor
* Copyright (C) 1997, 1998, 2000-2003, 2005-2008 Peter Miller
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
*
"); auto email, long_name; href = script_name ## "?file@file_menu+" ## quote_url(fn); href ##= "+project@" ## quote_url(project_name()); print(""); print("" ## quote_html(fn) ## ""); print(" | |||||||
Action | Type | Edit | Who | "); print("Change | State | Description | |
---|---|---|---|---|---|---|---|
"); if (file.usage != usages) print(file.usage); print(" | "); if (file.action != actions) print(file.action); print(" | "); print(file.edit); print(" | "); print(file.who); print(" | "); href = script_name ## "?file@chan_menu"; href ##= "+project@" ## quote_url(project_name()); href ##= "+change@" ## file.change; print(""); print(file.change ## ""); print(" | ");
print(file.state);
if (file.who != "")
{
email = file.who;
try { email = user[file.who].email_address; }
catch (email) { email = ""; }
if (email == "")
email = file.who;
print(" "); long_name = file.who; try { long_name = passwd[file.who].pw_comment; } catch (long_name) { long_name = file.who; } print(quote_html(long_name) ## ""); } print(" | "); auto part; for (part in wrap_html(quote_html(file.description), 80)) print(part); print(" | |
"); if (num_active == 1) print("Listed one conflicted file."); else if (num_active) print("Listed " ## num_active ## " conflicted files."); else print("There are no conflicted files in this project."); print(" |
aer file_conflicts -p " ## quote_html(project_name()) ## ""); print("