Shelve: Traceback and delete of file contents version 2.0.2
Created originally on Bitbucket by Anonymous
Hi, trying to shelve some changes I get the traceback:
{{{
#!python
** Mercurial version (1.8.1). TortoiseHg version (2.0.2)
** Command: --nofork shelve
** CWD: C:\changed
** Extensions loaded: fixfrozenexts, extdiff, keyword
** Python version: 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)]
** Windows version: (5, 1, 2600, 2, 'Service Pack 3')
** Processor architecture: x86
** Qt-4.7.1 PyQt-4.8.2
Traceback (most recent call last):
File "tortoisehg\hgqt\shelve.pyo", line 231, in moveChunksRight
File "tortoisehg\hgqt\chunks.pyo", line 212, in deleteSelectedChunks
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 394: ordinal not in range(128)
}}}
Furthermore the content of the affected file (the one the chunk was clicked) is deleted (that means that the changes one has done are gone).
PS: I could choose Version 2.0.2 from the properties while creating this issue
Thanks in advance !
xiscu