##// END OF EJS Templates
http: add a test of actually pushing with httppostargs...
Augie Fackler -
r33664:970967e0 default
parent child Browse files
Show More
@@ -172,4 +172,20 b' expect authorization error: some users d'
172 % serve errors
172 % serve errors
173 [255]
173 [255]
174
174
175 $ cat > .hg/hgrc <<EOF
176 > [web]
177 > push_ssl = false
178 > allow_push = *
179 > [experimental]
180 > httppostargs=true
181 > EOF
182 $ req
183 pushing to http://localhost:$HGPORT/
184 searching for changes
185 remote: adding changesets
186 remote: adding manifests
187 remote: adding file changes
188 remote: added 1 changesets with 1 changes to 1 files
189 % serve errors
190
175 $ cd ..
191 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now