tests: import simplecache from correct place

This commit is contained in:
Ryan McElroy 2016-08-11 06:33:47 -07:00
parent 3682450721
commit 2a07de293c

View File

@ -12,7 +12,7 @@ test sparse interaction with other extensions
Test integration with simplecache for profile reads
$ $PYTHON -c 'import simplecache' || exit 80
$ $PYTHON -c 'import hgext3rd.simplecache' || exit 80
$ printf "[include]\nfoo\n" > .hgsparse
$ hg add .hgsparse
$ hg commit -qm 'Add profile'