Comment 1 for bug 656072

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 656072] [NEW] explorer should invoke qbzr with same bzr

Can you enable debug mode and check the command-line which is used to
launch qconfig?

I'm not quite understand why you have this effect. in lib/explorer.py we
have proper detection of bzr excutable, see method _get_bzr_executable,
and method run_bzr_gui.

My best guess is: some code does not use _get_bzr_executable and just
invokes `bzr qconfig`, which indeed will run your system bzr.