Submitter | Matt Harbison |
---|---|
Date | Oct. 29, 2017, 2:25 a.m. |
Message ID | <op.y8umb6m19lwrgf@envy> |
Download | mbox | patch |
Permalink | /patch/25301/ |
State | Not Applicable |
Headers | show |
Comments
On Sat, Oct 28, 2017 at 10:25:08PM -0400, Matt Harbison wrote: > On Sat, 28 Oct 2017 04:38:49 -0400, Yuya Nishihara <yuya@tcha.org> wrote: > > > # HG changeset patch > > # User Yuya Nishihara <yuya@tcha.org> > > # Date 1509179032 -32400 > > # Sat Oct 28 17:23:52 2017 +0900 > > # Branch stable > > # Node ID ee3492423f7c8b1a350b2596c247e1b97759d2d7 > > # Parent 6e66033f91ccfb7666ec0a25d19954673269c61a > > statichttprepo: do not use platform path separator to build a URL queued, thanks
Patch
diff --git a/tests/test-static-http.t b/tests/test-static-http.t --- a/tests/test-static-http.t +++ b/tests/test-static-http.t @@ -218,7 +218,7 @@ List of files accessed over HTTP: - $ cat server.log | sed -n -e 's|.*GET \(/[^ ]*\).*|\1|p' | sort -u + $ cat server.log | sed -n -e 's|\\|/|g' -e 's|.*GET \(/[^ ]*\).*|\1|p' | sort -u /.hg/bookmarks /.hg/bookmarks.current