Add "./sync-all config" command
authorIan Lynagh <igloo@earth.li>
Sat, 9 Apr 2011 13:42:08 +0000 (14:42 +0100)
committerIan Lynagh <igloo@earth.li>
Sat, 9 Apr 2011 13:42:08 +0000 (14:42 +0100)
sync-all

index a2c6ab9..09130c0 100755 (executable)
--- a/sync-all
+++ b/sync-all
@@ -361,6 +361,9 @@ sub scmall {
               # Hack around 'git grep' failing if there are no matches
               $ignore_failure = 1;
             }
               # Hack around 'git grep' failing if there are no matches
               $ignore_failure = 1;
             }
+            elsif ($command =~ /^config$/) {
+                @scm_args = "config";
+            }
             else {
                 die "Unknown command: $command";
             }
             else {
                 die "Unknown command: $command";
             }
@@ -416,6 +419,7 @@ Supported commands:
  * remote rm <branch-name>
  * remote set-url [--push] <branch-name>
  * grep
  * remote rm <branch-name>
  * remote set-url [--push] <branch-name>
  * grep
+ * config
 
 Available package-tags are:
 END
 
 Available package-tags are:
 END