[issue2634] hg incoming crash

Henry Jackson bugs at mercurial.selenic.com
Mon Feb 7 19:55:24 UTC 2011


New submission from Henry Jackson <henry.v.jackson at gmail.com>:

I run "hg incoming" on a local repository, and Mercurial crashes with this 
stacktrace:

Traceback (most recent call last):
  File "hg", line 38, in <module>
  File "mercurial\dispatch.pyc", line 16, in run
  File "mercurial\dispatch.pyc", line 36, in dispatch
  File "mercurial\dispatch.pyc", line 58, in _runcatch
  File "mercurial\dispatch.pyc", line 593, in _dispatch
  File "mercurial\dispatch.pyc", line 401, in runcommand
  File "mercurial\dispatch.pyc", line 644, in _runcommand
  File "mercurial\dispatch.pyc", line 598, in checkargs
  File "mercurial\dispatch.pyc", line 591, in <lambda>
  File "mercurial\util.pyc", line 426, in check
  File "mercurial\commands.pyc", line 2401, in incoming
  File "mercurial\hg.pyc", line 472, in incoming
  File "mercurial\hg.pyc", line 420, in _incoming
  File "mercurial\hg.pyc", line 96, in repository
  File "mercurial\httprepo.pyc", line 196, in instance
  File "mercurial\httprepo.pyc", line 189, in __init__
  File "mercurial\httprepo.pyc", line 42, in __init__
  File "C:\Program Files (x86)\Kiln\kilnauth.py", line 54, in opener
    cj = get_cookiejar()
  File "C:\Program Files (x86)\Kiln\kilnauth.py", line 32, in get_cookiejar
    cj.load(ignore_discard=True, ignore_expires=True)
  File "cookielib.pyc", line 1763, in load
  File "_MozillaCookieJar.pyc", line 55, in _really_load
cookielib.LoadError: 'C:\\Users\\Henry\\_hgcookies' does not look like a 
Netscap
e format cookies file
Exception AttributeError: "'httpsrepository' object has no attribute 
'urlopener'
" in <bound method httpsrepository.__del__ of 
<mercurial.httprepo.httpsrepositor
y object at 0x00000000028CB828>> ignored

----------
messages: 15155
nosy: hvjackson
priority: bug
status: unread
title: hg incoming crash

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


More information about the Mercurial-devel mailing list