'\" t
.\"	aegis - project change supervisor
.\"	Copyright (C) 1991-1993, 1998, 1999, 2001 Peter Miller;
.\"	All rights reserved.
.\"
.\"	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 2 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, write to the Free Software
.\"	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
.\"
.\" MANIFEST: manual entry for the 'aegis -Review_Pass_Undo' command
.\"
.so z_name.so
.TH "\*(n) -Review_Pass_Undo" 1 \*(N) "Reference Manual"
.SH NAME
\*(n) -Review_Pass_Undo \- rescind a change review pass
.XX "aerpu(1)" "rescind a change review pass"
.SH SYNOPSIS
.B \*(n)
.B -Review_Pass_Undo
[
.IR option ...
]
.br
.B \*(n)
.B -Review_Pass_Undo
.B -List
[
.IR option ...
]
.br
.B \*(n)
.B -Review_Pass_Undo
.B -Help
.SH DESCRIPTION
The
.I \*(n)
.I -Review_Pass_Undo
command is used to
notify \*(n) that a change review pass has been rescinded.
.PP
The change will be moved from the
.I "awaiting integration"
state to the
.I "being reviewed"
state.
.\" ------------------------------------------------------------------------
.PS
boxwid = 1
down
S3: box "being" "reviewed"
arrow " review" ljust " pass" ljust
S4: box "awaiting" "integration"
T6: spline -> from S4.e then right 0.5 then up 1 then to S3.e
"review " rjust "pass " rjust "undo " rjust at T6.c + (0.5,0)
.PE
.\" ------------------------------------------------------------------------
.SH OPTIONS
The following options are understood:
.so o_change.so
.so o_help.so
.so o_list.so
.so o_project.so
.so o_terse.so
.so o_verbose.so
.so o_wait.so
.so o__rules.so
.SH RECOMMENDED ALIAS
The recommended alias for this command is
.nf
.ta 8n 16n
csh%	alias aerpu '\*(n) -rp \e!* -v'
sh$	aerpu(){\*(n) -rp "$@" -v}
.fi
.SH ERRORS
It is an error if
the change is not in the
.I "awaiting integration"
state.
.br
It is an error if
the current user is not the reviewer of the change.
.so z_exit.so
.br
.ne 1i
.SH SEE ALSO
.TP 8n
.IR aerpass (1)
pass review of a change
.TP 8n
.IR aeuconf (5)
user configuration file format
.so z_cr.so