Mercurial > hg > hg-git
comparison tests/test-pull-after-strip.t @ 566:81832807d193
tests: uncomment calls to hghave git
Now that hghave git works properly, uncomment the calls, and add ones that were
missing.
author | David M. Carr <david@carrclan.us> |
---|---|
date | Mon, 29 Oct 2012 00:17:55 -0400 |
parents | 4f4ab2d89375 |
children | a7da97e69d56 |
comparison
equal
deleted
inserted
replaced
565:8c6dc6a6f5d8 | 566:81832807d193 |
---|---|
1 # Fails for some reason, need to investigate | 1 bail if the user does not have git command-line client |
2 # $ "$TESTDIR/hghave" git || exit 80 | 2 $ "$TESTDIR/hghave" git || exit 80 |
3 | 3 |
4 this test is busted on hg < 1.5. I'm not sure how to fix it. | 4 this test is busted on hg < 1.5. I'm not sure how to fix it. |
5 $ cat > tmp.py <<EOF | 5 $ cat > tmp.py <<EOF |
6 > import sys | 6 > import sys |
7 > v = sys.stdin.read().strip()[:-1] | 7 > v = sys.stdin.read().strip()[:-1] |