Issue1150

Title Unknown exception during "hg import" on Windows
Priority bug Status resolved
Superseder cant import patch generated by mq
View: 961
Nosy List abuehl, cgudrian, djc
Assigned To Topics windows

Created on 2008-05-30.15:30:30 by cgudrian, last changed 2008-06-02.12:06:06 by djc.

Messages
msg6136 (view) Author: djc Date: 2008-06-02.12:06:05
This is the same problem as in issue961, superseding.
msg6132 (view) Author: cgudrian Date: 2008-05-30.15:30:29
Mercurial fails to import a patch that has formerly been created by "hg export".

Here's the output:

D:\dsh_bcb>hg import change.patch
applying change.patch
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial@selenic.com
** Mercurial Distributed SCM (version 1.0.1+20080525)
Traceback (most recent call last):
  File "hg", line 20, in <module>
  File "mercurial\dispatch.pyc", line 20, in run
  File "mercurial\dispatch.pyc", line 29, in dispatch
  File "mercurial\dispatch.pyc", line 45, in _runcatch
  File "mercurial\dispatch.pyc", line 364, in _dispatch
  File "mercurial\dispatch.pyc", line 417, in _runcommand
  File "mercurial\dispatch.pyc", line 373, in checkargs
  File "mercurial\dispatch.pyc", line 356, in <lambda>
  File "mercurial\commands.pyc", line 1513, in import_
  File "mercurial\patch.pyc", line 81, in extract
  File "mercurial\demandimport.pyc", line 70, in __call__
TypeError: <unloaded module 'walk'> object is not callable
History
Date User Action Args
2008-06-02 12:06:06djcsetstatus: unread -> resolved
nosy: + djc
superseder: + cant import patch generated by mq
messages: + msg6136
2008-05-30 16:15:32abuehlsetnosy: + abuehl
2008-05-30 15:31:18cgudriansettitle: Unknown exception during "hg import" on Windows -> Unknown exception during "hg import" on Windows
2008-05-30 15:30:30cgudriancreate