1#!/bin/sh
23
test_description='Test the Git Mediawiki remote helper: git pull by revision'
45
. ./test-gitmw-lib.sh
6. ./push-pull-tests.sh
7. $TEST_DIRECTORY/test-lib.sh
89
test_check_precond
1011
test_expect_success 'configuration' '
12git config --global mediawiki.fetchStrategy by_rev
13'
1415
test_push_pull
1617
test_done