]> Destination RevML Specification The revml repo spec. 'revml:' will be prefixed to it then parsed as if it was entered on the vcp command line. This will change in the future, it is primarily here for development use. if ( $ui->in_edit_mode ) { $default = join ":", map defined $_ ? $_ : "", $ui->dest->repo_server, $ui->dest->repo_filespec; $is_current_value = 1; } else { $default = $ui->source->repo_id . ".revml"; } revml $ui->new_dest( $answer ); $ui->{Dest}->ui_set_revml_repo_spec( "revml:" . $answer );