equal
deleted
inserted
replaced
982 > # ignore system cache to force largefiles specific wire proto access |
982 > # ignore system cache to force largefiles specific wire proto access |
983 > usercache=$TESTTMP/individualenabling/usercache |
983 > usercache=$TESTTMP/individualenabling/usercache |
984 > EOF |
984 > EOF |
985 $ hg -R pull-dst -q pull -u http://localhost:$HGPORT |
985 $ hg -R pull-dst -q pull -u http://localhost:$HGPORT |
986 |
986 |
987 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS |
987 $ killdaemons.py $DAEMON_PIDS |
988 #endif |
988 #endif |
989 |
989 |
990 Test overridden functions work correctly even for repos disabling |
990 Test overridden functions work correctly even for repos disabling |
991 largefiles (issue4547) |
991 largefiles (issue4547) |
992 |
992 |