diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-22 19:10:03 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-22 19:32:25 +0100 |
commit | 6ecb8d38b38e134760cf6fd88b078b224b2d8424 (patch) | |
tree | 5eb2eaf0d5f3d8d72a304c9538ac91964d4043c6 /sync-all | |
parent | 1003471ce94d752eda3977c9fa07cbe32ac149f2 (diff) | |
download | haskell-6ecb8d38b38e134760cf6fd88b078b224b2d8424.tar.gz |
Move more commands into the settings file
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -368,6 +368,7 @@ sub scmall { } elsif ($command =~ /^remote$/) { my @scm_args; + $ignore_failure = 1; if ($subcommand eq 'add') { @scm_args = ("remote", "add", $branch_name, $path); } elsif ($subcommand eq 'rm') { |