[issue445] traceback at crew 925b1816c746

TK Soh mercurial-bugs at selenic.com
Fri Dec 8 21:53:46 CST 2006


New submission from TK Soh <teekaysoh at gmail.com>:

[~/installer/hg/crew] % hg log -l1
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 925b1816c746)
Traceback (most recent call last):
  File "./hg", line 12, in ?
    commands.run()
  File "/user/tksoh/installer/hg/crew/mercurial/commands.py", line 2843, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/user/tksoh/installer/hg/crew/mercurial/commands.py", line 3070, in dispatch
    return d()
  File "/user/tksoh/installer/hg/crew/mercurial/commands.py", line 3029, in <lambda>
    d = lambda: func(u, repo, *args, **cmdoptions)
  File "/user/tksoh/installer/hg/crew/mercurial/commands.py", line 1498, in log
    changeiter, matchfn = cmdutil.walkchangerevs(ui, repo, pats, get, opts)
  File "/user/tksoh/installer/hg/crew/mercurial/cmdutil.py", line 627, in
walkchangerevs
    revs = revrange(repo, opts['rev'] or [defrange])
  File "/user/tksoh/installer/hg/crew/mercurial/cmdutil.py", line 56, in revrange
    start = revfix(repo, start, 0)
  File "/user/tksoh/installer/hg/crew/mercurial/cmdutil.py", line 50, in revfix
    return repo.changelog.rev(repo.lookup(val))
  File "/user/tksoh/installer/hg/crew/mercurial/localrepo.py", line 392, in lookup
    if key in self.tags():
  File "/user/tksoh/installer/hg/crew/hgext/mq.py", line 2029, in tags
    tagscache = super(mqrepo, self).tags()
  File "/user/tksoh/installer/hg/crew/mercurial/localrepo.py", line 257, in tags
    for rev, node, fnode in self._hgtagsnodes():
  File "/user/tksoh/installer/hg/crew/mercurial/localrepo.py", line 290, in
_hgtagsnodes
    fnode = c.filenode('.hgtags')
  File "/user/tksoh/installer/hg/crew/mercurial/context.py", line 88, in filenode
    if '_manifestdelta' in self.__dict__ or path in self.files():
  File "/user/tksoh/installer/hg/crew/mercurial/context.py", line 68, in files
    def files(self): return self._changeset[3]
  File "/user/tksoh/installer/hg/crew/mercurial/context.py", line 49, in __getattr__
    self._changeset = self._repo.changelog.read(self.node())
  File "/user/tksoh/installer/hg/crew/mercurial/changelog.py", line 86, in read
    return self.extract(self.revision(node))
  File "/user/tksoh/installer/hg/crew/mercurial/changelog.py", line 64, in extract
    desc = util.tolocal(text[last + 2:])
  File "/user/tksoh/installer/hg/crew/mercurial/util.py", line 37, in tolocal
    return u.encode(_encoding, "replace")
LookupError: unknown encoding:

----------
messages: 2499
nosy: tksoh
priority: bug
status: unread
title: traceback at crew 925b1816c746

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



More information about the Mercurial-devel mailing list