sync-all: Push doesn't take a repo path either
authorIan Lynagh <igloo@earth.li>
Thu, 7 Apr 2011 19:53:06 +0000 (20:53 +0100)
committerIan Lynagh <igloo@earth.li>
Thu, 7 Apr 2011 19:53:06 +0000 (20:53 +0100)
sync-all

index 728c725..a2c6ab9 100755 (executable)
--- a/sync-all
+++ b/sync-all
@@ -303,7 +303,6 @@ sub scmall {
             }
             elsif ($command =~ /^(?:pus|push)$/) {
                 @scm_args = "push";
             }
             elsif ($command =~ /^(?:pus|push)$/) {
                 @scm_args = "push";
-                $want_remote_repo = 1;
             }
             elsif ($command =~ /^(?:pul|pull)$/) {
                 @scm_args = "pull";
             }
             elsif ($command =~ /^(?:pul|pull)$/) {
                 @scm_args = "pull";