Mercurial > evolve
comparison tests/test-evolve-serveronly-bundle2.t @ 4077:9c025ec4af88 mercurial-4.3
test-compat: merge mercurial-4.4 into mercurial-4.3
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 03 Sep 2018 22:09:26 +0200 |
parents | e1a230cc4527 235f15c40556 |
children | e07e764c0f48 |
comparison
equal
deleted
inserted
replaced
4033:b609412b42b0 | 4077:9c025ec4af88 |
---|---|
83 | 83 |
84 Capacity testing | 84 Capacity testing |
85 =================== | 85 =================== |
86 | 86 |
87 $ curl -s http://localhost:$HGPORT/?cmd=hello | 87 $ curl -s http://localhost:$HGPORT/?cmd=hello |
88 capabilities: _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 batch * (glob) | 88 capabilities: _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 _evoext_obshashrange_v1 batch * (glob) |
89 $ curl -s http://localhost:$HGPORT/?cmd=capabilities | 89 $ curl -s http://localhost:$HGPORT/?cmd=capabilities |
90 _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 batch * (no-eol) (glob) | 90 _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 _evoext_obshashrange_v1 batch * (no-eol) (glob) |
91 | 91 |
92 $ curl -s "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort | 92 $ curl -s "http://localhost:$HGPORT/?cmd=listkeys&namespace=namespaces" | sort |
93 bookmarks | 93 bookmarks |
94 namespaces | 94 namespaces |
95 obsolete | 95 obsolete |
147 bookmarks | 147 bookmarks |
148 namespaces | 148 namespaces |
149 obsolete | 149 obsolete |
150 phases | 150 phases |
151 $ curl -s http://localhost:$HGPORT/?cmd=hello | 151 $ curl -s http://localhost:$HGPORT/?cmd=hello |
152 capabilities: _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 batch * (glob) | 152 capabilities: _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 _evoext_obshashrange_v1 batch * (glob) |
153 $ curl -s http://localhost:$HGPORT/?cmd=capabilities | 153 $ curl -s http://localhost:$HGPORT/?cmd=capabilities |
154 _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 batch * (no-eol) (glob) | 154 _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 _evoext_obshashrange_v1 batch * (no-eol) (glob) |
155 | 155 |
156 $ echo '[experimental]' >> server/.hg/hgrc | 156 $ echo '[experimental]' >> server/.hg/hgrc |
157 $ echo 'evolution=!' >> server/.hg/hgrc | 157 $ echo 'evolution=!' >> server/.hg/hgrc |
158 $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS | 158 $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS |
159 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log | 159 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
174 namespaces | 174 namespaces |
175 obsolete | 175 obsolete |
176 phases | 176 phases |
177 | 177 |
178 $ curl -s http://localhost:$HGPORT/?cmd=hello | 178 $ curl -s http://localhost:$HGPORT/?cmd=hello |
179 capabilities: _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 batch * (glob) | 179 capabilities: _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 _evoext_obshashrange_v1 batch * (glob) |
180 $ curl -s http://localhost:$HGPORT/?cmd=capabilities | 180 $ curl -s http://localhost:$HGPORT/?cmd=capabilities |
181 _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 batch * (no-eol) (glob) | 181 _evoext_getbundle_obscommon _evoext_obshash_0 _evoext_obshash_1 _evoext_obshashrange_v1 batch * (no-eol) (glob) |
182 | 182 |
183 Test obshashrange discover | 183 Test obshashrange discover |
184 =========================================== | 184 =========================================== |
185 | 185 |
186 $ cat >> $HGRCPATH <<EOF | 186 $ cat >> $HGRCPATH <<EOF |