X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=sync-all;h=a2c6ab91684b81d2572aa5ff248e754f2920702b;hb=3783ffa6f7203db3d80ff6c75fff8d79b0b852a7;hp=f7caca5fc67d646f5060a9c54fc95c87f03483f9;hpb=2d8b3172b1997bbd94130576134dac7b200cc963;p=ghc-hetmet.git diff --git a/sync-all b/sync-all index f7caca5..a2c6ab9 100755 --- a/sync-all +++ b/sync-all @@ -303,11 +303,9 @@ sub scmall { } elsif ($command =~ /^(?:pus|push)$/) { @scm_args = "push"; - $want_remote_repo = 1; } elsif ($command =~ /^(?:pul|pull)$/) { @scm_args = "pull"; - $want_remote_repo = 1; # Q: should we append the -a argument for darcs repos? } elsif ($command =~ /^(?:g|ge|get)$/) {