Submitter | phabricator |
---|---|
Date | Aug. 8, 2017, 5:11 a.m. |
Message ID | <a8a86ec8078867e8637da8bd40f1f743@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/22740/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-push-http.t b/tests/test-push-http.t --- a/tests/test-push-http.t +++ b/tests/test-push-http.t @@ -172,4 +172,20 @@ % serve errors [255] + $ cat > .hg/hgrc <<EOF + > [web] + > push_ssl = false + > allow_push = * + > [experimental] + > httppostargs=true + > EOF + $ req + pushing to http://localhost:$HGPORT/ + searching for changes + remote: adding changesets + remote: adding manifests + remote: adding file changes + remote: added 1 changesets with 1 changes to 1 files + % serve errors + $ cd ..