Bazaar Error
Reid Kleckner
rnk at MIT.EDU
Mon Mar 31 21:52:33 BST 2008
Hello,
I've been trying to pick a DVCS to start versioning my home directory, and I
decided to give Bazaar a spin. Unfortunately, after doing bzr init, a bunch of
bzr adds, and a few bzr --force removes, I tried to commit and got this
backtrace. With respect to the bzr remove commands, I later removed the
directories from the filesystem. Basically they were a couple of crufty
directories in ~/bin/ that I didn't want anymore.
Hope this trace helps,
Reid
____________________________________________________________________________
bzr: ERROR: exceptions.TypeError: 'NoneType' object is not iterable
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 817, in
run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 779, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 477, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 2248, in run
bug_property = self._get_bug_fix_properties(fixes, tree.branch)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 2206, in
_get_bug_fix_properties
for fixed_bug in fixes:
TypeError: 'NoneType' object is not iterable
bzr 0.90.0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'ci']
** please send this report to bazaar at lists.ubuntu.com
More information about the bazaar
mailing list