Comments
Patch
@@ -93,9 +93,14 @@
$ cd ..
+#if no-windows
+
Test streaming from/to repository without a store:
==================================================
+This is skipped Windows needs dot-encode to handle some of the file in this
+tests, and dot-encode need the store enabled.
+
$ hg clone --pull --config format.usestore=no server server-no-store
requesting all changes
adding changesets
@@ -150,6 +155,8 @@
$ killdaemons.py
+#endif
+
Test streaming from/to repository without a fncache
===================================================