diff 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
line wrap: on
line diff
--- a/tests/test-setdiscovery.t	Thu Dec 18 12:22:43 2014 -0800
+++ b/tests/test-setdiscovery.t	Thu Dec 18 12:33:17 2014 -0800
@@ -354,6 +354,7 @@
   "GET /?cmd=capabilities HTTP/1.1" 200 -
   "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D513314ca8b3ae4dac8eec56966265b00fcf866db
   "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:common=513314ca8b3ae4dac8eec56966265b00fcf866db&heads=e64a39e7da8b0d54bc63e81169aff001c13b3477
+  "GET /?cmd=listkeys HTTP/1.1" 200 - x-hgarg-1:namespace=phases
   $ cat errors.log
 
   $ cd ..