/*
* aegis - project change supervisor
* Copyright (C) 1997-1999, 2001-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
*
Delta | When | Change | " ## "Description | Download |
---|---|---|---|---|
"); print(ph.delta_number); print(" | "); auto cs; cs = ps.branch.change[ph.change_number]; print(cs.history[count(cs.history) - 1].when); print(" | "); href = script_name ## "?file@chan_menu"; href ##= "+project@" ## quote_url(project_name()); href ##= "+change@" ## ph.change_number; print(""); print(ph.change_number ## ""); print(" | "); auto part; for (part in wrap_html(quote_html(cs.brief_description), 80)) print(part); /* * The download column. */ print(" | ");
href = script_name ## "/" ## quote_url(project_name());
href ##= ".C" ## ph.change_number ## ".patch?file@aepatch";
href ##= "+project@" ## quote_url(project_name());
href ##= "+change@" ## ph.change_number;
print("patch ,");
href = script_name ## "/" ## quote_url(project_name());
href ##= ".C" ## ph.change_number ## ".tar.gz?file@aetar";
href ##= "+project@" ## quote_url(project_name());
href ##= "+change@" ## ph.change_number;
print("tar.gz ,");
href = script_name ## "/" ## quote_url(project_name());
href ##= ".C" ## ph.change_number ## ".ae?file@aedist";
href ##= "+project@" ## quote_url(project_name());
href ##= "+change@" ## ph.change_number;
print("aedist ");
print(" |
"); print("Listed " ## count(ps.branch.history) ## " completed changes."); print(" |
"); print("ael proj_history -p " ## quote_html(project_name())); print("aer proj_history -p " ## quote_html(project_name()) ## "
patch
links, they can be");
print("uncompressed with gunzip(1) and applied with the normal");
print("patch(1) program. Or you could use aepatch(1)");
print("from Aegis 3.28 or later to apply them to an Aegis project as");
print("a change. Depending on your browser, it may or may not have");
print("done the MIME64 and/or gunzip steps for you automagically.");
print("");
print("If you download via the tar.gz
links, the tarball can be");
print("uncompressed with gunzip(1) and unpacked with the normal");
print("tar(1) program. Or you could use aetar(1)");
print("from Aegis 4.7 or later to apply them to an Aegis project as");
print("a change. Depending on your browser, it may or may not have");
print("done the gunzip step for you automagically.");
print("
");
print("If you download via the aedist
links, you will need");
print("aedist(1) from Aegis 4.11 or later to apply the");
print("change sets.");
print("