[PATCH 4 of 4] test-static-http: fix broken path sorting on Windows

Yuya Nishihara yuya at tcha.org
Sun Oct 29 03:30:25 EDT 2017


On Sun, 29 Oct 2017 01:09:45 -0400, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1509249192 14400
> #      Sat Oct 28 23:53:12 2017 -0400
> # Branch stable
> # Node ID 8f5cbf8bdf417a1f3c23a790b610aa9d408332a5
> # Parent  ba57926f2b4ccc2ded732b60c7da40544d524eb3
> test-static-http: fix broken path sorting on Windows
> 
> Some of the paths output had '\', throwing off the order.  Globbing in the test
> didn't help, because `sort` sees the pre-globbed path.

This one is a real bug. '\' shouldn't appear in access log of HTTP server.


More information about the Mercurial-devel mailing list