"p5 revert".
Like "p4 revert", but deletes abandoned files (files that were added,
and then reverted). By default, prompts the user before doing this. With the "-f"
flag, doesn't prompt; just does it.
Motivation: If you leave abandoned files laying around, tools like Maven will
happily keep compiling them...until they break months later causing the build to
mysteriously fail.