2
## Copyright (C) 2004 Aaron Bentley
4
## See the file "COPYING" for further information about
5
## the copyright and warranty status of this work.
9
# executes the command ("$@" are the arguments after the command name)
12
revision=$(aba_full_revision $1)
13
aba_try tla replay --reverse $revision
14
aba_try tla sync-tree $revision
17
# one-liner description for aba help
20
aba_desc $(basename $0) "remove a patch, keeping its log"
23
# short help for aba command -h, --help
27
remove a patch, keeping its log
28
usage: $abaname $(basename $0) revision
30
When a patch is removed with replay --reverse, its patchlog is removed, which
31
means that the patch is considered "missing", not deliberately reoved. This
32
command restores the patchlog after reversing.
37
# extended help for aba command -H or aba help command
41
If you later decide to accept a previously-rejected patch, you can simply reject
42
the patch you created when you originally rejected it.
48
# arch-tag: reject by Aaron Bentley (01:09 Apr 11 2004)