[issue1557] unknown exception

Anthony Green mercurial-bugs at selenic.com
Sat Mar 14 18:13:20 CDT 2009


New submission from Anthony Green <green at moxielogic.com>:

** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 0.9.3)
Traceback (most recent call last):
  File "/usr/bin/hg", line 12, in ?
    commands.run()
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 3000, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 3223, in
dispatch
    return d()
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 3182, in
<lambda>
    d = lambda: func(u, repo, *args, **cmdoptions)
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 1971, in push
    r = repo.push(other, opts['force'], revs=revs)
  File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 1360, in push
    return self.push_unbundle(remote, force, revs)
  File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 1438, in
push_unbundle
    return remote.unbundle(cg, remote_heads, 'push')
  File "/usr/lib/python2.4/site-packages/mercurial/httprepo.py", line 354, in
unbundle
    ret = int(rfp.readline())
ValueError: invalid literal for int(): <?xml version="1.0" encoding="UTF-8"?>

----------
messages: 8819
nosy: green
priority: urgent
status: unread
title: unknown exception

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



More information about the Mercurial-devel mailing list