Mercurial > evolve
comparison tests/test-wireproto.t @ 4309:ef49e48da074 mercurial-4.3
test-compat: merge mercurial-4.4 into mercurial-4.3
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 21 Dec 2018 20:14:26 +0100 |
parents | 3d917da5bd95 c06301c5b3e2 |
children |
comparison
equal
deleted
inserted
replaced
4276:3306820b5a85 | 4309:ef49e48da074 |
---|---|
224 | 224 |
225 But we do let it goes fine on repository with exchange disabled: | 225 But we do let it goes fine on repository with exchange disabled: |
226 | 226 |
227 $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS | 227 $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS |
228 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log --config experimental.evolution='!' | 228 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log --config experimental.evolution='!' |
229 $ cat hg.pid >> $DAEMON_PIDS | |
229 $ hg debugpushkey http://localhost:$HGPORT/ obsolete | 230 $ hg debugpushkey http://localhost:$HGPORT/ obsolete |
230 | 231 |
231 (do some extra pulling to be sure) | 232 (do some extra pulling to be sure) |
232 | 233 |
233 $ hg -R client pull http://localhost:$HGPORT/ | 234 $ hg -R client pull http://localhost:$HGPORT/ |