comparison tests/test-setdiscovery.t @ 23633:96c3cbec006f

incoming: handle phases the same as pull Now that bundlerepo can move phases safely, 'hg incoming' can share its phase handling code with pull to better reflect what would actually show up.
author Eric Sumner <ericsumner@fb.com>
date Thu, 18 Dec 2014 12:33:17 -0800
parents c1f370dab456
children b681d3a2bf04
comparison
equal deleted inserted replaced
23632:e7fcf58acd71 23633:96c3cbec006f
352 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS 352 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
353 $ cut -d' ' -f6- access.log | grep -v cmd=known # cmd=known uses random sampling 353 $ cut -d' ' -f6- access.log | grep -v cmd=known # cmd=known uses random sampling
354 "GET /?cmd=capabilities HTTP/1.1" 200 - 354 "GET /?cmd=capabilities HTTP/1.1" 200 -
355 "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D513314ca8b3ae4dac8eec56966265b00fcf866db 355 "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D513314ca8b3ae4dac8eec56966265b00fcf866db
356 "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:common=513314ca8b3ae4dac8eec56966265b00fcf866db&heads=e64a39e7da8b0d54bc63e81169aff001c13b3477 356 "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:common=513314ca8b3ae4dac8eec56966265b00fcf866db&heads=e64a39e7da8b0d54bc63e81169aff001c13b3477
357 "GET /?cmd=listkeys HTTP/1.1" 200 - x-hgarg-1:namespace=phases
357 $ cat errors.log 358 $ cat errors.log
358 359
359 $ cd .. 360 $ cd ..
360 361
361 362