Show More
@@ -93,9 +93,14 b' Initialize repository' | |||||
93 | $ cd .. |
|
93 | $ cd .. | |
94 |
|
94 | |||
95 |
|
95 | |||
|
96 | #if no-windows | |||
|
97 | ||||
96 | Test streaming from/to repository without a store: |
|
98 | Test streaming from/to repository without a store: | |
97 | ================================================== |
|
99 | ================================================== | |
98 |
|
100 | |||
|
101 | This is skipped Windows needs dot-encode to handle some of the file in this | |||
|
102 | tests, and dot-encode need the store enabled. | |||
|
103 | ||||
99 |
$ |
|
104 | $ hg clone --pull --config format.usestore=no server server-no-store | |
100 | requesting all changes |
|
105 | requesting all changes | |
101 | adding changesets |
|
106 | adding changesets | |
@@ -149,12 +154,14 b' no-store \xe2\x86\x92 store cloning' | |||||
149 |
|
154 | |||
150 |
|
155 | |||
151 | $ killdaemons.py |
|
156 | $ killdaemons.py | |
|
157 | $ rm hg-*.pid errors-*.txt | |||
|
158 | ||||
|
159 | #endif | |||
152 |
|
160 | |||
153 |
|
161 | |||
154 | Test streaming from/to repository without a fncache |
|
162 | Test streaming from/to repository without a fncache | |
155 | =================================================== |
|
163 | =================================================== | |
156 |
|
164 | |||
157 | $ rm hg-*.pid errors-*.txt |
|
|||
158 | $ hg clone --pull --config format.usefncache=no server server-no-fncache |
|
165 | $ hg clone --pull --config format.usefncache=no server server-no-fncache | |
159 | requesting all changes |
|
166 | requesting all changes | |
160 | adding changesets |
|
167 | adding changesets |
General Comments 0
You need to be logged in to leave comments.
Login now