Issue1206

Title hg import causes traceback on windows
Priority urgent Status resolved
Superseder cant import patch generated by mq
View: 961
Nosy List djc, martinoconnor
Assigned To Topics

Created on 2008-06-29.23:56:20 by martinoconnor, last changed 2008-06-30.04:56:54 by djc.

Files
File name Uploaded Type Edit Remove
cvs-convert.patch martinoconnor, 2008-06-29.23:56:19 application/octet-stream
Messages
msg6441 (view) Author: djc Date: 2008-06-30.04:56:53
Superseding by issue961, which has more information.
msg6440 (view) Author: martinoconnor Date: 2008-06-29.23:56:19
On Windows  attempted to hg import the attached file into crew-stable produces
the following output:

C:\Users\Martin\Workspace\crew-stable>hg import ..\cvs-convert.patch
applying ..\cvs-convert.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>
    mercurial.dispatch.run()
  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-30 04:56:54djcsetstatus: unread -> resolved
topic: - patch
superseder: + cant import patch generated by mq
messages: + msg6441
nosy: + djc
2008-06-29 23:56:20martinoconnorcreate