sureshvv / reviewboard

Automatically exported from code.google.com/p/reviewboard
0 stars 0 forks source link

Mercurial (hg) scmtools back end ignores authentication credentials #536

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The hg scmtools backend doesn't use the username and password provided in
the repository admin page when accessing the server via http (or https). In
our corporate environment, read access via https is protected by
authentication credentials, so this was causing us a problem when viewing
diffs.

The attached patch enabled this to work properly in our environment using a
Debian-based server with Python 2.5.2. It also seems to work alright with
unauthenticated remote servers, though it has not been tested thoroughly.

Original issue reported on code.google.com by dereksla...@gmail.com on 10 Jul 2008 at 10:05

Attachments:

GoogleCodeExporter commented 9 years ago
Can you put this up on http://reviews.review-board.org/ ?

Original comment by chip...@gmail.com on 10 Jul 2008 at 10:38

GoogleCodeExporter commented 9 years ago
http://reviews.review-board.org/r/448/

Original comment by dereksla...@gmail.com on 11 Jul 2008 at 4:04

GoogleCodeExporter commented 9 years ago
Fixed in r1401.  Thanks!

Original comment by trowb...@gmail.com on 14 Jul 2008 at 12:29