Searched refs:execute_hg_command (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/solenv/bin/ |
H A D | cws.pl | 2017 my @result = execute_hg_command(0, 'clone', $options, $source, $dest); 2020 @result = execute_hg_command(1, 'clone', $options, $source, $dest); 2035 my @result = execute_hg_command(0, 'parent', "--cwd $repository", "-r $rev_id", $options); 2050 my @result = execute_hg_command(0, 'pull', "--cwd $repository", $remote); 2065 my @result = execute_hg_command(1, 'update', "--cwd $repository"); 2074 my $result = execute_hg_command(0, 'show', ''); 2078 sub execute_hg_command subroutine
|
Completed in 23 milliseconds