[issue1252] unknown exception

Davide Angelocola mercurial-bugs at selenic.com
Tue Aug 5 14:17:37 CDT 2008


New submission from Davide Angelocola <davide.angelocola at gmail.com>:

hg diff -U .
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.0)
Traceback (most recent call last):
  File "/usr/bin/hg", line 20, in <module>
    mercurial.dispatch.run()
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 20, inrun
    sys.exit(dispatch(sys.argv[1:]))
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 29, indispatch
    return _runcatch(u, args)
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 45,
in_runcatch
    return _dispatch(ui, args)
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 299, in
_dispatch
    cmd, func, args, options, cmdoptions = _parse(lui, args)
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 187, in _parse
    args = fancyopts.fancyopts(args, c, cmdoptions)
  File "/usr/lib/python2.5/site-packages/mercurial/fancyopts.py", line 64, in
fancyopts
    state[name] = int(val)
ValueError: invalid literal for int() with base 10: '.'

----------
messages: 6716
nosy: dfa
priority: bug
status: unread
title: unknown exception

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



More information about the Mercurial-devel mailing list