我尝试启用Mercurial附带的gpg扩展来签署我的更改集。
我使用以下两行来启用hgrc文件中的扩展名: [扩展]
hgext.gpg= FILEPATH
将这些行添加到hgrc文件后,我收到以下错误:
***Failed to import extension hgext.gpg from ...location...: Non-ASCII character '\xf3' in file ...location... on line 1,
but no encoding declared; see http://www.python.org/dev/peps/pep-0263.html for details
有人可以帮助我吗?
答案 0 :(得分:1)
好的,我看了GPG Extension Wiki
此扩展程序目前与Mercurial一起发布
和配置部分
通过添加以下行来配置.hgrc以启用扩展程序:
[extensions]
hgext.gpg=
(见与你的不同)