diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-07 20:53:06 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-07 20:53:06 +0100 |
commit | 1844c3c0804cac9b3e7c39500e47d75fbdc3a3ff (patch) | |
tree | 338474d3b2f02047b027a027f3676ccb4b077fc9 /sync-all | |
parent | 342f47425fa571eebc460fcf0f212cf156738f15 (diff) | |
download | haskell-1844c3c0804cac9b3e7c39500e47d75fbdc3a3ff.tar.gz |
sync-all: Push doesn't take a repo path either
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -303,7 +303,6 @@ sub scmall { } elsif ($command =~ /^(?:pus|push)$/) { @scm_args = "push"; - $want_remote_repo = 1; } elsif ($command =~ /^(?:pul|pull)$/) { @scm_args = "pull"; |