mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-10-30 16:15:48 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e71a8963af | ||
|
|
f20dbc33c3 | ||
|
|
e4aeae6d4b |
@@ -12,6 +12,7 @@ before_script:
|
||||
- pip show hg-git dulwich
|
||||
|
||||
script:
|
||||
- export TEST_OPTS='-v'
|
||||
- make test
|
||||
|
||||
matrix:
|
||||
|
||||
@@ -34,6 +34,17 @@ else
|
||||
test_done
|
||||
fi
|
||||
|
||||
hg_version=$(python2 -c 'from mercurial import util; print util.version()')
|
||||
|
||||
echo "hg_version: $hg_version"
|
||||
|
||||
case $hg_version in
|
||||
3.0*+*)
|
||||
skip_all='skipping remote-hg tests; unsuported version of hg by hg-git'
|
||||
test_done
|
||||
;;
|
||||
esac
|
||||
|
||||
# clone to a git repo with git
|
||||
git_clone_git () {
|
||||
git clone -q "hg::$1" $2 &&
|
||||
|
||||
Reference in New Issue
Block a user