Message9437

Author jsquyres
Recipients ThomasAH, cb, dbateman, djc, fmoo, hstuart, mihalis68, moya, mpm, phil, tonfa
Date 2009-05-27.21:27:29
Content
As soon as I submitted the last message, I remember about the --debug switch --
duh.  I also forgot to mention that /tmp/bogus/bin/hg is my install of crew. 
Sorry for the noise, but here's "push" output with --debug enabled:

$ /tmp/bogus/bin/hg --debug push https://jsquyres@bitbucket.org/jsquyres/proxy-test/
using https://bitbucket.org/jsquyres/proxy-test/
proxying through http://proxy-sjc-2.cisco.com:80
http auth: user jsquyres, password not set
sending between command
pushing to https://jsquyres@bitbucket.org/jsquyres/proxy-test/
sending capabilities command
capabilities: unbundle=HG10GZ,HG10BZ,HG10UN lookup changegroupsubset
sending heads command
searching for changes
common changesets up to ca9e055628d5
1 changesets found
list of changesets:
abdc4e1f661b761cf807a52bcba4e4b1318798de
sending unbundle command
sending 314 bytes
http authorization required
realm: Bitbucket.org HTTP
user: jsquyres
password: <MYPW>
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
abort: authorization failed
$

Output is pretty much the same with <MYPW> in the URL:

$ /tmp/bogus/bin/hg --debug push
https://jsquyres:<MYPW>@bitbucket.org/jsquyres/proxy-test/
using https://bitbucket.org/jsquyres/proxy-test/
proxying through http://proxy-sjc-2.cisco.com:80
http auth: user jsquyres, password *********
sending between command
pushing to https://jsquyres:***@bitbucket.org/jsquyres/proxy-test/
sending capabilities command
capabilities: unbundle=HG10GZ,HG10BZ,HG10UN lookup changegroupsubset
sending heads command
searching for changes
common changesets up to ca9e055628d5
1 changesets found
list of changesets:
abdc4e1f661b761cf807a52bcba4e4b1318798de
sending unbundle command
sending 314 bytes
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
http auth: user jsquyres, password *********
abort: authorization failed
$
History
Date User Action Args
2009-05-27 21:27:30jsquyressetmessageid: <1243459650.42.0.90635010061.issue967@selenic.com>
2009-05-27 21:27:30jsquyressetrecipients: + mpm, ThomasAH, tonfa, phil, cb, djc, moya, dbateman, fmoo, mihalis68, hstuart
2009-05-27 21:27:30jsquyreslinkissue967 messages
2009-05-27 21:27:29jsquyrescreate