https://bz.mercurial-scm.org/show_bug.cgi?id=5571

            Bug ID: 5571
           Summary: UnicodeDecodeError while using hg.incoming
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: smos...@gmail.com
                CC: mercurial-devel@mercurial-scm.org

On some repo i receive UnicodeDecodeError while trying to do incoming. Why can
this happened? Is it some king of bug? Should i decode somevalue manualy before
running incoming command?

traceback:

result = commands.incoming(repo.ui, repo, 
source=self.get_url(), bundle=None, force=False) File
"/usr/lib/yandex/dogma/lib/python2.7/site-
packages/mercurial/commands.py", line 4400, in incoming return hg.incoming(ui,
repo, source, opts)
 File "/usr/lib/yandex/dogma/lib/python2.7/site-packages/mercurial/hg.py", line
837, in incoming 
return _incoming(display, subreporecurse, ui, repo, source, opts) File
"/usr/lib/yandex/dogma
/lib/python2.7/site-packages/mercurial/hg.py", line 807, in _incoming
displaychlist(other, chlist
, displayer) File
"/usr/lib/yandex/dogma/lib/python2.7/site-packages/mercurial/hg.py", line 836,
 in display displayer.show(other[n]) File
"/usr/lib/yandex/dogma/lib/python2.7/site-packages
/mercurial/cmdutil.py", line 1204, in show self._show(ctx, copies, matchfn,
props) File "/usr/lib
/yandex/dogma/lib/python2.7/site-packages/mercurial/cmdutil.py", line 1244, in
_show for name in 
ns.names(self.repo, changenode): File
"/usr/lib/yandex/dogma/lib/python2.7/site-packages/mercurial
/namespaces.py", line 187, in names return sorted(self.nodemap(repo, node))
File "/usr/lib/yandex
/dogma/lib/python2.7/site-packages/mercurial/namespaces.py", line 43, in
<lambda> tagnodemap = 
lambda repo, node: repo.nodetags(node) File
"/usr/lib/yandex/dogma/lib/python2.7/site-packages
/mercurial/localrepo.py", line 808, in nodetags if not
self._tagscache.nodetagscache: File 
"/usr/lib/yandex/dogma/lib/python2.7/site-packages/mercurial/util.py", line
777, in __get__ result
 = self.func(obj) File
"/usr/lib/yandex/dogma/lib/python2.7/site-packages/mercurial/localrepo.py",
 line 732, in _tagscache cache.tags, cache.tagtypes = self._findtags() File
"/usr/lib/yandex/dogma
/lib/python2.7/site-packages/mercurial/localrepo.py", line 769, in _findtags 
tagsmod.findglobaltags(self.ui, self, alltags, tagtypes) File
"/usr/lib/yandex/dogma/lib/python2.7
/site-packages/mercurial/tags.py", line 100, in findglobaltags (heads,
tagfnode, valid, cachetags,
 shouldwrite) = _readtagcache(ui, repo) File
"/usr/lib/yandex/dogma/lib/python2.7/site-packages
/mercurial/tags.py", line 360, in _readtagcache fnodescache.write() File
"/usr/lib/yandex/dogma
/lib/python2.7/site-packages/mercurial/tags.py", line 542, in write lock =
repo.wlock(wait=False)
 File
"/usr/lib/yandex/dogma/lib/python2.7/site-packages/mercurial/localrepo.py",
line 1403, in 
wlock self.origroot, UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1
in position 0: 
ordinal not in range(128)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to