Mercurial > evolve
comparison tests/test-wireproto.t @ 4307:add4c12a9c37 mercurial-4.5
test-compat: merge mercurial-4.6 into mercurial-4.5
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 21 Dec 2018 20:14:21 +0100 |
parents | 6be09fb2c08c afb60b6576e5 |
children | c06301c5b3e2 7de160f6c7a9 |
comparison
equal
deleted
inserted
replaced
4274:bc612c43ca84 | 4307:add4c12a9c37 |
---|---|
228 | 228 |
229 But we do let it goes fine on repository with exchange disabled: | 229 But we do let it goes fine on repository with exchange disabled: |
230 | 230 |
231 $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS | 231 $ $RUNTESTDIR/killdaemons.py $DAEMON_PIDS |
232 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log --config experimental.evolution='!' | 232 $ hg serve -R server -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log --config experimental.evolution='!' |
233 $ cat hg.pid >> $DAEMON_PIDS | |
233 $ hg debugpushkey http://localhost:$HGPORT/ obsolete | 234 $ hg debugpushkey http://localhost:$HGPORT/ obsolete |
234 | 235 |
235 (do some extra pulling to be sure) | 236 (do some extra pulling to be sure) |
236 | 237 |
237 $ hg -R client pull http://localhost:$HGPORT/ | 238 $ hg -R client pull http://localhost:$HGPORT/ |