[issue267] 'archive' command with cleverdecode fail on Windows

Shun-ichi Goto mercurial-bugs at selenic.com
Sun May 21 21:26:24 CDT 2006


New submission from Shun-ichi Goto <shunichi.goto at gmail.com>:

On Windows, hg archive command with enabling cleverdecode cause exception:

{{{
** unknown exception encountered, details follow
** report bug details to mercurial at selenic.com
** Mercurial Distributed SCM (version d9ca698e3c5a+20060522)
Traceback (most recent call last):
  File "hg", line 12, in ?
    commands.run()
  File "mercurial\commands.pyc", line 3215, in run
  File "mercurial\commands.pyc", line 3377, in dispatch
  File "mercurial\commands.pyc", line 3352, in <lambda>
  File "mercurial\commands.pyc", line 754, in archive
  File "mercurial\archival.pyc", line 169, in archive
  File "mercurial\archival.pyc", line 159, in write
  File "mercurial\localrepo.pyc", line 294, in wwrite
  File "mercurial\util.pyc", line 366, in <lambda>

AttributeError: 'NoneType' object has no attribute 'endswith'
}}}

Note: Without cleverdecode, archive command success.

----------
messages: 1391
nosy: gotoh
priority: bug
status: unread
title: 'archive' command with cleverdecode fail on Windows

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue267>
____________________________________________________



More information about the Mercurial mailing list