[Bug 3968] New: Mac OS X 10.8.4
mercurial-bugs at selenic.com
mercurial-bugs at selenic.com
Sun Jun 23 18:01:48 UTC 2013
http://bz.selenic.com/show_bug.cgi?id=3968
Priority: normal
Bug ID: 3968
CC: mercurial-devel at selenic.com
Assignee: bugzilla at selenic.com
Summary: Mac OS X 10.8.4
Severity: bug
Classification: Unclassified
OS: Mac OS
Reporter: mai-89 at mail.ru
Hardware: Macintosh
Status: UNCONFIRMED
Version: earlier
Component: Mercurial
Product: Mercurial
Exception when opening repository. Bug appear just after update to 10.8.4
'hg log' failed with code 1:'** unknown exception encountered, please report by
visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.2 (default, Oct 11 2012, 20:14:37) [GCC 4.2.1 Compatible Apple
Clang 4.0 (tags/Apple/clang-418.0.60)]
** Mercurial Distributed SCM (version 2.2.2)
** Extensions loaded: transplant, fetch, extdiff, rebase, mq, hgsubversion,
hgattic, hgflow
Traceback (most recent call last):
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/hg_local",
line 35, in <module>
mercurial.dispatch.run()
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 27, in run
sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 64, in dispatch
return _runcatch(req)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 87, in _runcatch
return _dispatch(req)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 696, in _dispatch
cmdpats, cmdoptions)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 472, in runcommand
ret = _runcommand(ui, options, cmd, d)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 786, in _runcommand
return checkargs()
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 757, in checkargs
return cmdfunc()
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py",
line 693, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/util.py",
line 463, in check
return func(*args, **kwargs)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/extensions.py",
line 139, in wrap
util.checksignature(origfn), *args, **kwargs)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/util.py",
line 463, in check
return func(*args, **kwargs)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/hgext/mq.py",
line 3392, in mqcommand
return orig(ui, repo, *args, **kwargs)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/util.py",
line 463, in check
return func(*args, **kwargs)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/commands.py",
line 3972, in log
displayer = cmdutil.show_changeset(ui, repo, opts, True)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/cmdutil.py",
line 905, in show_changeset
tmpl = templater.parsestring(tmpl, quoted=False)
File
"/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/templater.py",
line 228, in parsestring
return s.decode('string_escape')
LookupError: unknown encoding: string_escape
'
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list