Comment 2 for bug 285021

Revision history for this message
Jasper Groenewegen (colbrac) wrote : Re: [Bug 285021] [NEW] Bazaar 1.8 can't gcommit

I notice the same on Ubuntu 8.04 with bzr 'beta-ppa' == 1.8(rc) and
bzr-gtk trunk.

Jasper

Launchpad Bug Tracker wrote:
> You have been subscribed to a public bug:
>
> Bazaar 1.8rc1 and Bazaar 1.8 when installed as a system-wide installation on Fedora 9 consistently throw the error below.
> Note that bzr 1.8 doesn't throw this error if invoked from the directory where the archive is unpacked:
>
> $ bzr gcommit
> bzr: ERROR: exceptions.AssertionError: How did we get here?
>
> Traceback (most recent call last):
> File "/usr/lib64/python2.5/site-packages/bzrlib/commands.py", line 849, in run_bzr_catch_errors
> return run_bzr(argv)
> File "/usr/lib64/python2.5/site-packages/bzrlib/commands.py", line 795, in run_bzr
> ret = run(*run_argv)
> File "/usr/lib64/python2.5/site-packages/bzrlib/commands.py", line 495, in run_argv_aliases
> return self.run(**all_cmd_args)
> File "/home/kgeorge/.bazaar/plugins/gtk/__init__.py", line 394, in run
> dlg = CommitDialog(wt)
> File "/home/kgeorge/.bazaar/plugins/gtk/commit.py", line 121, in __init__
> self.fill_in_data()
> File "/home/kgeorge/.bazaar/plugins/gtk/commit.py", line 135, in fill_in_data
> self._fill_in_files()
> File "/home/kgeorge/.bazaar/plugins/gtk/commit.py", line 193, in _fill_in_files
> ) in iter_changes_to_status(self._basis_tree, self._wt):
> File "/home/kgeorge/.bazaar/plugins/gtk/diff.py", line 695, in iter_changes_to_status
> assert False, "How did we get here?"
> AssertionError: How did we get here?
>
> bzr 1.8 on python 2.5.1 (linux2)
> arguments: ['/usr/bin/bzr', 'gcommit']
> encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'bg_BG.UTF-8'
> plugins:
> difftools /home/kgeorge/.bazaar/plugins/difftools [0.91.0]
> extmerge /home/kgeorge/.bazaar/plugins/extmerge [unknown]
> gtk /home/kgeorge/.bazaar/plugins/gtk [0.96.0dev1]
> launchpad /usr/lib64/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
> *** Bazaar has encountered an internal error.
> Please report a bug at https://bugs.launchpad.net/bzr/+filebug
> including this traceback, and a description of what you
> were doing when the error occurred.
>
> ** Affects: bzr-gtk
> Importance: Undecided
> Status: New
>