changeset 37330 | db06c4bb2158 |
parent 33335 | 72f051f9a7d8 |
child 37415 | c2c8962a9465 |
37329:676664592313 | 37330:db06c4bb2158 |
---|---|
1 This test tries to exercise the ssh functionality with a dummy script |
1 This test tries to exercise the ssh functionality with a dummy script |
2 |
|
3 (enable general delta early) |
|
4 |
|
5 $ cat << EOF >> $HGRCPATH |
|
6 > [format] |
|
7 > usegeneraldelta=yes |
|
8 > EOF |
|
9 |
2 |
10 $ checknewrepo() |
3 $ checknewrepo() |
11 > { |
4 > { |
12 > name=$1 |
5 > name=$1 |
13 > if [ -d "$name"/.hg/store ]; then |
6 > if [ -d "$name"/.hg/store ]; then |