summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-06 11:31:06 +0100
committerIan Lynagh <igloo@earth.li>2011-04-06 17:39:04 +0100
commit9586648193284185c6ff1c75abd33071376fd7f6 (patch)
tree106d3ddfffca0db85eb79632bce58660c58ada80 /sync-all
parent2d8b3172b1997bbd94130576134dac7b200cc963 (diff)
downloadhaskell-9586648193284185c6ff1c75abd33071376fd7f6.tar.gz
sync-all: Don't give remote repo paths and branches to git pull
You can set up remotes and give them as an argument "./sync-all pull someremote" instead. The old way meant that the patches would be pulled, but remotes/origin/master wouldn't be updated.
Diffstat (limited to 'sync-all')
-rwxr-xr-xsync-all1
1 files changed, 0 insertions, 1 deletions
diff --git a/sync-all b/sync-all
index f7caca5fc6..728c725d4c 100755
--- a/sync-all
+++ b/sync-all
@@ -307,7 +307,6 @@ sub scmall {
}
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)$/) {