git-remote-mediawiki: trivial fixes

Fix a whitespace issue (no space before :) and remove unused %status in
mw_push.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Matthieu Moy
2011-09-27 19:54:58 +02:00
committed by Junio C Hamano
parent 93f0d33818
commit ac86ec0f5e

View File

@ -666,7 +666,6 @@ sub mw_push_file {
sub mw_push { sub mw_push {
# multiple push statements can follow each other # multiple push statements can follow each other
my @refsspecs = (shift, get_more_refs("push")); my @refsspecs = (shift, get_more_refs("push"));
my %status;
my $pushed; my $pushed;
for my $refspec (@refsspecs) { for my $refspec (@refsspecs) {
my ($force, $local, $remote) = $refspec =~ /^(\+)?([^:]*):([^:]*)$/ my ($force, $local, $remote) = $refspec =~ /^(\+)?([^:]*):([^:]*)$/