bzr: ERROR: exceptions.NotImplementedError: <bound method ImportParser.read_until of <bzrlib.plugins.fastimport.parser.ImportParser object at 0x9025eec>>
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Fast Import |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Hi. The attached file is a greatly shortened version of output from a very slightly modified version of the script named "contrib/
It imports fine with git fast-import, but fails to import with bzr:
naesten@
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/home/
params, verbose)
File "/home/
return proc.process(
File "/home/
self.
File "/home/
processor.
File "/home/
for cmd in command_iter():
File "/home/
yield self._parse_
File "/home/
message = self._get_
File "/home/
return self.read_
File "/home/
raise NotImplementedE
NotImplementedE
bzr 1.18dev on python 2.5.4 (linux2)
arguments: ['/usr/bin/bzr', 'fast-import', 'tiny-import.txt']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
bisect /home/naesten/
bzrtools /usr/lib/
fastimport /home/naesten/
git /home/naesten/
launchpad /usr/lib/
netrc_
push_and_update /home/naesten/
repo_push /home/naesten/
svn /home/naesten/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
It looks like you may have forgotten to implement or test here-document input for tag and commit messages, which is apparently defined in the production:
delimited_data ::= 'data' sp '<<' delim lf
(data_line lf)*
delim lf;
(as found in the concerned module's docstring).
I may have a go at fixing this tomorrow if nobody beats me to it.
Related branches
- Ian Clatworthy: Approve
- Oxyd: Pending requested
- Bazaar Developers: Pending requested
- Diff: None lines
Changed in bzr-fastimport: | |
status: | New → Fix Released |