Skip to content
Snippets Groups Projects
Commit e9ba407d authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Tell sync-all about the "tag" command

parent bc2de0b1
No related merge requests found
......@@ -401,6 +401,9 @@ sub scmall {
scm ($localpath, $scm, "config", @args)
unless $scm eq "darcs";
}
elsif ($command =~ /^tag$/) {
scm ($localpath, $scm, "tag", @args);
}
else {
die "Unknown command: $command";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment