[issue1968] regression in httprepo on default branch

Steve Borho bugs at mercurial.selenic.com
Tue Jan 5 06:50:31 UTC 2010


New submission from Steve Borho <steve at borho.org>:

Changeset 54b518fc6671 breaks some URLs when pushing over https.

Before 54b518fc6671:

real URL is https://foo.org/repo/
pushing to https://foo.org/repo
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 30 changes to 30 files

After 54b518fc6671:

pushing to https://foo.org/repo
searching for changes
abort: HTTP Error 405: Method Not Allowed

See also
http://bitbucket.org/jespern/bitbucket/issue/1609/abort-http-error-405-method-not-allowed

If I add the trailing slash to the URL, the push succeeds even after
offending changelist

----------
messages: 11368
nosy: sborho
priority: bug
status: unread
title: regression in httprepo on default branch

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue1968>
____________________________________________________


More information about the Mercurial-devel mailing list