]> revml filespec Enter the revml repo spec. 'revml:' will be prefixed to it then parsed as if it was entered on the vcp command line. revml require VCP::Dest::revml; $ui->{Dest} = VCP::Dest::revml->new; $ui->{Dest}->repo_scheme( 'revml' ); $ui->{Dest}->parse_revml_repo_spec( "revml:" . $answer ); $ui->{Dest}->init;