I trying to enable gpg extension that comes with Mercurial to sign my change sets.
I am using the following two lines to enable the extension in the hgrc file: [extensions]
hgext.gpg= FILEPATH
After I have added these lines to the hgrc file, I am getting the following error:
***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
Can someone help me?