[Bug 717640] Re: bzr crashed with AssertionError in _generate_inventory()

2013-07-25 Thread Alexander Belchenko
*** This bug is a duplicate of bug 515651 *** https://bugs.launchpad.net/bugs/515651 ** This bug has been marked a duplicate of bug 515651 qdiff: refresh crashes after a commit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 854900] Re: QWidget::setMinimumSize: (/DiffWindow) The largest allowed size is (16777215, 16777215)

2012-09-21 Thread Alexander Belchenko
Olivier, do you have any problems with other q-dialogs, I'm interested in qlog, qcommit, qannotate and qbrowse? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854900 Title: QWidget::setMinimumSize:

[Bug 854900] Re: QWidget::setMinimumSize: (/DiffWindow) The largest allowed size is (16777215, 16777215)

2012-09-21 Thread Alexander Belchenko
Also, are you running 64-bit OS or 320bit one? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854900 Title: QWidget::setMinimumSize: (/DiffWindow) The largest allowed size is (16777215,16777215)

Re: [Bug 854900] Re: QWidget::setMinimumSize: (/DiffWindow) The largest allowed size is (16777215, 16777215)

2012-09-21 Thread Alexander Belchenko
Olivier Tilloy пишет: qlog works fine (but then double-clicking on a revision to show the diff leads to the same issue). qbrowse works fine. qcommit and qannotate exhibit the same issues as qdiff (same symptoms and same errors). I hope that helps, let me know if I can provide additional

[Bug 1046211] Re: bzr qdiff reports lots of errors on the command line and makes compiz act weird

2012-09-06 Thread Alexander Belchenko
As I can see there is problem related to Ubuntu itself, or more specificaly to the Qt4/PyQt4 libs and their work with underlying GTK. I'm sure qbzr itself is fine. ** Also affects: ubuntu Importance: Undecided Status: New ** Changed in: qbzr Status: New = Invalid -- You

[Bug 854900] Re: QWidget::setMinimumSize: (/DiffWindow) The largest allowed size is (16777215, 16777215)

2012-07-04 Thread Alexander Belchenko
Sorry, I haven't seen this bug before, and only found it today. It's too late to ask you for more details, I suppose. But in case someone else will struck by this again, I'd like to see the content of your qbzr.conf file from ~/.bazaar or something like that (check output of `bzr version` for

[Bug 963154] Re: bzr crashed with SIGSEGV in QFactoryLoader::instance()

2012-07-04 Thread Alexander Belchenko
That something related to Qt4/PyQt4 on your machine. I doubt we do anything wrong in QBzr, because it's known to work fine on many platforms. ** Changed in: qbzr Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 1014571] [NEW] bzr push fails with uncommitted changes error, but bzr status shows nothing

2012-06-18 Thread Alexander Belchenko
Jelmer Vernooij пишет: A workaround was to use bzr commit --unchanged . which committed an apparently empty commit, but it obviously did something as since the push worked after that. That looks like the situation with TREE_ROOT changes: the very first commit after `bzr init` should commit

[Bug 942405] Re: qbzr has spelling mistake

2012-03-23 Thread Alexander Belchenko
Thank you for noticing it. It's already fixed. ** Changed in: qbzr Milestone: None = 0.22.2 ** Changed in: qbzr Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 881169] Re: bzr crashed with AttributeError in _load_branch(): 'SvnWorkingTree' object has no attribute 'inventory'

2012-03-23 Thread Alexander Belchenko
** Also affects: bzr-svn Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/881169 Title: bzr crashed with AttributeError in _load_branch(): 'SvnWorkingTree'

[Bug 914715] Re: bzr crashed with TypeError in bzrlib._bencode_pyx.Encoder.process(): unsupported type u'Preparing file merge'

2012-03-08 Thread Alexander Belchenko
*** This bug is a duplicate of bug 872616 *** https://bugs.launchpad.net/bugs/872616 Traceback (most recent call last): File /usr/lib/python2.7/dist-packages/bzrlib/commands.py, line 923, in exception_to_return_code return the_callable(*args, **kwargs) File

[Bug 697874] Re: bzr crashed with SIGSEGV in QListQAction*::detachShared()

2012-02-29 Thread Alexander Belchenko
That sounds like some PyQt4/Qt4 internal bug. I never saw anything like that on my system. I have no idea what's that. ** Changed in: bzr-explorer Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 783469] Re: bzr crashed with UnicodeDecodeError in _execute_child(): 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)

2012-02-29 Thread Alexander Belchenko
Based on traceback I think you got this problem while trying to open bookmarks file in your editor. For some reason your Ubuntu crashes with unicode error, maybe because some paths has non-ascii characters? maybe that was your home directory? Anyway there is nothing obviously wrong in bzr-explorer

[Bug 710410] Re: ConfigObj is able to write bad branch.conf which is not possible to read back

2012-02-29 Thread Alexander Belchenko
** Changed in: qbzr Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/710410 Title: ConfigObj is able to write bad branch.conf which is not possible to read back

[Bug 850600] Re: qcommit occasionally cripples system with excessive workload

2012-02-28 Thread Alexander Belchenko
Somebody who knows Ubuntu or has Ubuntu should look at this. I have no idea what it could be. I never saw anything like that on Windows. ** Changed in: qbzr Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 776059] Re: bzr crashed with UnicodeDecodeError in edit_file(): 'ascii' codec can't decode byte 0xc3 in position 26: ordinal not in range(128)

2012-02-28 Thread Alexander Belchenko
Traceback (most recent call last): File /usr/lib/python2.7/dist-packages/bzrlib/plugins/explorer/lib/wt_browser.py, line 196, in _do_edit_file self._action_callback(edit, unicode(path)) File /usr/lib/python2.7/dist-packages/bzrlib/plugins/explorer/lib/explorer.py, line 1385, in

[Bug 776059] Re: bzr crashed with UnicodeDecodeError in edit_file(): 'ascii' codec can't decode byte 0xc3 in position 26: ordinal not in range(128)

2012-02-28 Thread Alexander Belchenko
bash_completion /usr/lib/python2.7/dist-packages/bzrlib/plugins/bash_completion [2.3.1] bzrtools /usr/lib/python2.7/dist-packages/bzrlib/plugins/bzrtools [2.3.1] explorer /usr/lib/python2.7/dist-packages/bzrlib/plugins/explorer [1.1.2] launchpad

[Bug 776059] Re: bzr crashed with UnicodeDecodeError in edit_file(): 'ascii' codec can't decode byte 0xc3 in position 26: ordinal not in range(128)

2012-02-28 Thread Alexander Belchenko
Based on version info you got this with bzr-explorer 1.1.2. Does this problem still exists in the latest explorer release? ** Changed in: bzr-explorer Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 681371] Re: bzr crashed with SIGSEGV in g_type_check_instance_cast()

2012-02-28 Thread Alexander Belchenko
Is that g_thing coming from GTK? ** Changed in: bzr-explorer Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/681371 Title: bzr crashed with SIGSEGV in

[Bug 924017] Re: 'qconflicts' should remember selected diff tool.

2012-02-28 Thread Alexander Belchenko
** Changed in: qbzr Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/924017 Title: 'qconflicts' should remember selected diff tool. To manage notifications about

Re: [Bug 850600] Re: qcommit occasionally cripples system with excessive workload

2012-02-28 Thread Alexander Belchenko
Dylan McCall пишет: I don't think I'll be able to reproduce this, so if the apport data isn't useful and nobody else pipes in, feel free to close this bug report :) I won't close it, but will keep it in Incomplete state for now. Feel free to add more information when you will have it. Or maybe

[Bug 877654] Re: Bazaar explorer crashes on startup

2012-02-21 Thread Alexander Belchenko
** Changed in: bzr-explorer Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877654 Title: Bazaar explorer crashes on startup To manage notifications about this bug go

[Bug 930483] Re: bzr crashed with TypeError in bzrlib._bencode_pyx.Encoder.process(): unsupported type u'Finding revisions'

2012-02-10 Thread Alexander Belchenko
*** This bug is a duplicate of bug 872616 *** https://bugs.launchpad.net/bugs/872616 You should use qbzr 0.22 with bzr 2.5. ** This bug has been marked a duplicate of bug 872616 TypeError on all commands that get progress report from subprocess -- You received this bug notification

[Bug 894368] Re: bzr crashes with NoSuchRevision when using non-revno: prefix on diff

2011-11-25 Thread Alexander Belchenko
Jelmer Vernooij пишет: ** Visibility changed to: Public ** Project changed: bzr = qbzr ** Package changed: bzr (Ubuntu) = qbzr (Ubuntu) Jelmer, I don't see how parsing of command-line options is related to QBzr. We don't invent any wheels here: class cmd_qdiff(QBzrCommand,

[Bug 894368] Re: bzr crashes with NoSuchRevision when using non-revno: prefix on diff

2011-11-25 Thread Alexander Belchenko
I think it's a dupe of https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/894521 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894368 Title: bzr crashes with NoSuchRevision when using non-revno:

Re: [Bug 894368] Re: bzr crashes with NoSuchRevision when using non-revno: prefix on diff

2011-11-24 Thread Alexander Belchenko
Roger Peppe пишет: done. https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/894521 Page not found. Wrong URL? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894368 Title: bzr crashes with

[Bug 819185] Re: bzr crashed with error in pack_stat(): integer out of range for 'L' format code

2011-08-31 Thread Alexander Belchenko
Traceback (most recent call last): File /usr/lib/python2.7/dist-packages/bzrlib/commands.py, line 924, in exception_to_return_code return the_callable(*args, **kwargs) File /usr/lib/python2.7/dist-packages/bzrlib/commands.py, line 1124, in run_bzr ret = run(*run_argv) File

[Bug 819185] Re: bzr crashed with error in pack_stat(): integer out of range for 'L' format code

2011-08-31 Thread Alexander Belchenko
Error comes from bzrlib as part of commit. I don't see how it's related to qbzr other than fact that `bzr commit` has been invoked as subprocess. ** Project changed: qbzr = bzr ** Package changed: qbzr (Ubuntu) = bzr (Ubuntu) -- You received this bug notification because you are a member of

[Bug 710410] Re: ConfigObj is able to write bad branch.conf which is not possible to read back

2011-08-04 Thread Alexander Belchenko
** Changed in: qbzr Importance: High = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/710410 Title: ConfigObj is able to write bad branch.conf which is not possible to read back To

[Bug 785967] Re: qlog does not handle ghost revisions

2011-08-03 Thread Alexander Belchenko
** Changed in: qbzr Milestone: None = 0.21.1 ** Changed in: qbzr Assignee: (unassigned) = Jonathan Riddell (jr) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/785967 Title: qlog does not

[Bug 781680] Re: qdiff encoding list shows twice

2011-06-17 Thread Alexander Belchenko
utf-8 comes from our own internal list of supported encodings, while UTF-8 comes from your system. I think we just should lower() the outside value. ** Changed in: qbzr Status: New = Confirmed ** Changed in: qbzr Importance: Undecided = Low ** Tags added: easy -- You received this

[Bug 781680] Re: qdiff encoding list shows twice

2011-06-17 Thread Alexander Belchenko
Can you show me the output of the following command: python -c from bzrlib import osutils; print osutils.get_user_encoding(), osutils.get_terminal_encoding() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 760698] Re: bzr crashed with TypeError in update_search(): QAbstractItemView.setCurrentIndex(QModelIndex): argument 1 has unexpected type 'NoneType'

2011-06-17 Thread Alexander Belchenko
** Changed in: qbzr Status: New = Confirmed ** Changed in: qbzr Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/760698 Title: bzr crashed with TypeError in

Re: [Bug 781680] Re: qdiff encoding list shows twice

2011-06-17 Thread Alexander Belchenko
DanielCordeiro пишет: Sure: $ python -c from bzrlib import osutils; print osutils.get_user_encoding(), osutils.get_terminal_encoding() UTF-8 UTF-8 Thanks. My suspects has been confirmed. Should be pretty easy to fix by lowering the data. -- You received this bug notification because you

Re: [Bug 707075] Re: [sru] lp-propose fails with a 404 error

2011-05-19 Thread Alexander Belchenko
wolfdog пишет: I can't find it, how and were to unsubscribe. I can't find it on launchpad. Who can? After subscribe I see red circle with minus sign after my name in the list of subscribers, and that icon allows me to unsubscribe. Do you? -- You received this bug notification because

[Bug 748801] Re: bzr crashed with KeyError in annotate()

2011-05-12 Thread Alexander Belchenko
Is it bug appears when you clicked on the local change in the main text view, or when you clicked on the virtual new revision in the graph view? ** Changed in: qbzr Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 740269] Re: bzr explorer won't start since 1.1.2-1~bazaar1~maverick1

2011-05-03 Thread Alexander Belchenko
Mo 2011-05-02 21:55:00 +0200 0.172 bazaar version: 2.3.1 0.172 bzr arguments: [u'explorer'] 0.196 looking for plugins in /home/zen/.bazaar/plugins 0.219 looking for plugins in /usr/lib/python2.7/dist-packages/bzrlib/plugins 0.374 encoding stdout as sys.stdout encoding 'UTF-8' 2.581 loading

Re: [Bug 740269] Re: bzr explorer won't start since 1.1.2-1~bazaar1~maverick1

2011-05-03 Thread Alexander Belchenko
zEn пишет: relevant parts, as requested started with bzr explorer from non-repository directory hope that helps Do you have bzr branch or repository initialized in the root of your filesystem? I.e. in / directory? -- You received this bug notification because you are a member of Ubuntu

[Bug 740269] Re: bzr explorer won't start since 1.1.2-1~bazaar1~maverick1

2011-05-03 Thread Alexander Belchenko
It looks like you have .bzr directory in the root of your filesystem, but it's not initialized properly. Can you check that and delete or rename that .bzr directory to check my guess? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 740269] Re: bzr explorer won't start since 1.1.2-1~bazaar1~maverick1

2011-05-03 Thread Alexander Belchenko
Also, please show me the versions of bzr, qbzr and bzr-explorer in your system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740269 Title: bzr explorer won't start since 1.1.2-1~bazaar1~maverick1

[Bug 740269] Re: bzr explorer won't start since 1.1.2-1~bazaar1~maverick1

2011-05-03 Thread Alexander Belchenko
I think we could add some guard against such cases, but this is not top priority. ** Changed in: bzr-explorer (Ubuntu) Status: New = Invalid ** Summary changed: - bzr explorer won't start since 1.1.2-1~bazaar1~maverick1 + bzr explorer won't start if there is malformed .bzr object **

[Bug 740269] Re: bzr explorer won't start if there is malformed .bzr object

2011-05-03 Thread Alexander Belchenko
Or maybe we can improve the error message. That should be easy enough to work on patch, if somebody is willing to get a stab on it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740269 Title: bzr

[Bug 742186] Re: qbzr package should depend on python-configobj

2011-05-02 Thread Alexander Belchenko
** Changed in: qbzr Status: Confirmed = Fix Released ** Changed in: qbzr Milestone: None = 0.21b1 ** Also affects: qbzr/0.20 Importance: Undecided Status: New ** Also affects: qbzr/trunk Importance: High Status: Fix Released ** Changed in: qbzr/0.20

[Bug 740269] Re: bzr explorer won't start since 1.1.2-1~bazaar1~maverick1

2011-05-02 Thread Alexander Belchenko
That looks like packaging issue. Can you attach to the bug relevant part of .bzr.log? ** Also affects: bzr-explorer (Ubuntu) Importance: Undecided Status: New ** Changed in: bzr-explorer Status: New = Incomplete -- You received this bug notification because you are a member

[Bug 748801] Re: bzr crashed with KeyError in annotate()

2011-04-29 Thread Alexander Belchenko
What is your qbzr version? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/748801 Title: bzr crashed with KeyError in annotate() -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 478739] Re: bzr crashed with SIGSEGV in QMetaObject::activate()

2011-04-29 Thread Alexander Belchenko
I don't read Spanish. ** Changed in: qbzr Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/478739 Title: bzr crashed with SIGSEGV in QMetaObject::activate() --

[Bug 564170] Re: bzr annotate fails with remote URL (wrong urlspec?)

2011-04-29 Thread Alexander Belchenko
That's what I get with qbzr trunk: C:\work\Bazaar\plugins\qbzrbzr qannotate lp:b2evolution/trunk/blogs/index.php Connected (version 2.0, client Twisted) Authentication (publickey) successful! Secsh channel 1 opened. bzr: ERROR: Permission denied: Cannot create 'blogs'. Only Bazaar branches are

[Bug 552523] Re: bzr crashed with SIGSEGV

2011-04-29 Thread Alexander Belchenko
You wrote: Doing Executing: xmlstatus in Eclipse. Why xmlstatus is related to QBzr? ** Changed in: qbzr Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/552523 Title:

[Bug 579002] Re: bzr crashed with SIGSEGV in QListQAction*::detachShared()

2011-04-29 Thread Alexander Belchenko
Do you get the same error while running from shell `bzr qbrowse` on your tree? ** Changed in: qbzr Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/579002 Title: bzr

[Bug 686735] Re: qbzr crashed with UnicodeDecodeError in run_subprocess_command()

2011-04-21 Thread Alexander Belchenko
** Also affects: qbzr/0.20 Importance: Undecided Status: New ** Also affects: qbzr/trunk Importance: Critical Status: In Progress ** Changed in: qbzr/0.20 Milestone: None = 0.20.1 ** Changed in: qbzr/trunk Milestone: 0.20.1 = 0.21dev -- You received this bug

[Bug 686735] Re: qbzr crashed with UnicodeDecodeError in run_subprocess_command()

2011-04-21 Thread Alexander Belchenko
** Changed in: qbzr/0.20 Assignee: (unassigned) = Martin [gz] (gz) ** Changed in: qbzr/trunk Assignee: (unassigned) = Martin [gz] (gz) ** Changed in: qbzr/0.20 Importance: Undecided = Critical ** Changed in: qbzr/0.20 Status: New = Fix Committed ** Changed in: qbzr/trunk

[Bug 686735] Re: qbzr crashed with UnicodeDecodeError in run_subprocess_command()

2011-04-21 Thread Alexander Belchenko
** Changed in: qbzr/0.20 Status: Fix Committed = Fix Released ** Changed in: qbzr/trunk Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/686735 Title:

[Bug 686735] Re: qbzr crashed with UnicodeDecodeError in run_subprocess_command()

2011-04-16 Thread Alexander Belchenko
** Summary changed: - bzr crashed with UnicodeDecodeError in run_subprocess_command() + qbzr crashed with UnicodeDecodeError in run_subprocess_command() ** Changed in: qbzr Assignee: Alexander Belchenko (bialix) = (unassigned) -- You received this bug notification because you are a member

[Bug 686725] Re: ubuntu software centre crashes when seeking to view installed software

2011-04-16 Thread Alexander Belchenko
** Branch unlinked: lp:~gz/qbzr/reliable_exception_encoding_686735 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/686725 Title: ubuntu software centre crashes when seeking to view installed software

[Bug 686735] Re: bzr crashed with UnicodeDecodeError in run_subprocess_command()

2011-04-14 Thread Alexander Belchenko
So, qbzr failing to properly report the error to the main gui process from subprocess. I think the wrong part here is blind `val = unicode(val)` which in fact should explicitly specify the encoding, i.e. val = unicode(val, ENCODING) and maybe even errors handling as 'replace'. But I'm not sure

[Bug 686735] Re: bzr crashed with UnicodeDecodeError in run_subprocess_command()

2011-04-14 Thread Alexander Belchenko
Ghaa, annotation suggest that I wanted encode unicode with `unicode- escape` encoding. But I didn't do that. Can't say why. ** Changed in: qbzr Importance: High = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 686735] Re: bzr crashed with UnicodeDecodeError in run_subprocess_command()

2011-04-14 Thread Alexander Belchenko
I don't think there is any problem with bzr. ** Changed in: bzr (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/686735 Title: bzr crashed with

[Bug 686735] Re: bzr crashed with UnicodeDecodeError in run_subprocess_command()

2011-04-14 Thread Alexander Belchenko
@Marting[gz]: here is what I think should be the fix for this problem: === modified file 'lib/subprocess.py' --- lib/subprocess.py 2010-10-21 11:32:48 + +++ lib/subprocess.py 2011-04-14 12:55:40 + @@ -890,9 +890,12 @@ d = {} for key, val in e.__dict__.iteritems():

[Bug 686735] Re: bzr crashed with UnicodeDecodeError in run_subprocess_command()

2011-04-14 Thread Alexander Belchenko
in: qbzr Assignee: (unassigned) = Alexander Belchenko (bialix) ** Changed in: qbzr Milestone: None = 0.20.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/686735 Title: bzr crashed

[Bug 742186] Re: qbzr package should depend on python-configobj

2011-03-26 Thread Alexander Belchenko
Dear packagers, what can I do to persuade you use my fix for this problem form the qbzr trunk, to avoid extra patching of qbzr sources? I can release my fix for all required versions of qbzr, so you can just packages those versions instead of yours? Is it worth the efforts? ** Changed in: qbzr

[Bug 742186] Re: qbzr package should depend on python-configobj

2011-03-25 Thread Alexander Belchenko
Actually we've added support to qbzr for being able use configobj either from bzrlib or from system install, so it's fixed in the upstream but not released yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 736436] Re: bzr-explorer should depend on ssh-askpass

2011-03-17 Thread Alexander Belchenko
As I understand it, Bazaar Explorer has no direct dependency on ssh- askpass. So I don't think we have to fix anything in the explorer itself, right? ** Changed in: bzr-explorer Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 710410] Re: ConfigObj is able to write bad branch.conf which is not possible to read back

2011-03-01 Thread Alexander Belchenko
** Changed in: bzr/2.3 Status: In Progress = Fix Released ** Changed in: bzr/trunk Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/710410 Title:

[Bug 526740] Re: XML-RPC service broken by bzr-2.1

2011-01-04 Thread Alexander Belchenko
Thanks for the heads up. We should update the version in installer config to 0.8.7 for both 2.2.x and 2.3.x series. ** Changed in: bzr-windows-installers Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 695845] Re: Branch view crashes on close

2010-12-30 Thread Alexander Belchenko
You should use qbzr 0.20.x with bzr 2.3.x ** Changed in: bzr-explorer Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/695845 Title: Branch view crashes on close --

Re: [Bug 616878] Re: bzr commit error because of no identity

2010-08-16 Thread Alexander Belchenko
James Troup пишет: John A Meinel j...@arbash-meinel.com writes: (A per branch/checkout/whatever way to disable this error would be sufficient to downgrade this from a blocker on us upgrading to a simple annoyance.) bzr whoami --branch Is a per-branch way to disable this error... I

Re: [Bug 544928] Re: qlog crashes with 'NoneType' object has no attribute 'style'

2010-06-25 Thread Alexander Belchenko
edA-qa пишет: I'm not positive on the versions, but Fedora 13 appears to have qbzr 0.19 and still have the error. That appears to be a newer version than the fix 0.18. qbzr /usr/lib/python2.6/site- packages/bzrlib/plugins/qbzr [0.19.0b1] You have 0.19.b1 which does not have

Re: [Bug 571777] Re: qblame: please add function to go to particular line (Ctrl-G)

2010-06-13 Thread Alexander Belchenko
Gary van der Merwe пишет: ** Changed in: qbzr Status: In Progress = Fix Released Will be nice to have keyboard shortcut, e.g. Ctrl+G or something similar. Is it possible? -- qblame: please add function to go to particular line (Ctrl-G) https://bugs.launchpad.net/bugs/571777 You

[Bug 556554] Re: bzr: ERROR: exceptions.AttributeError: 'NoneType' object has no attribute 'style'

2010-04-06 Thread Alexander Belchenko
*** This bug is a duplicate of bug 544928 *** https://bugs.launchpad.net/bugs/544928 This is fixed in 0.18.5 release. Please, upgrade. ** This bug has been marked a duplicate of bug 544928 qlog fails with a special combination of PyQt4 and Qt -- bzr: ERROR: exceptions.AttributeError:

[Bug 416854] Re: Update qbzr to 0.14

2009-08-21 Thread Alexander Belchenko
Because QBzr is the plugin for Bazaar VCS and Ubuntu Karmic will have bzr 2.0 inside, there is should be used QBzr at least of version 0.13.1, otherwise QBzr 0.11 will be incompatible with recent bzr. Using QBzr 0.14 is the better option. -- Update qbzr to 0.14

[Bug 304685] Re: revision log for the file produce traceback

2008-12-27 Thread Alexander Belchenko
*** This bug is a duplicate of bug 263300 *** https://bugs.launchpad.net/bugs/263300 ** This bug has been marked a duplicate of bug 263300 Does not work with bzr 1.6 -- revision log for the file produce traceback https://bugs.launchpad.net/bugs/304685 You received this bug notification

[Bug 212979] Re: trying to do checkout of some django code

2008-04-06 Thread Alexander Belchenko
*** This bug is a duplicate of bug 208418 *** https://bugs.launchpad.net/bugs/208418 ** This bug has been marked a duplicate of bug 208418 ValueError when trying to pull/merge from a remote repository -- trying to do checkout of some django code https://bugs.launchpad.net/bugs/212979 You

[Bug 62521] Re: bzr should run without bzrlib.tests installed.

2008-03-07 Thread Alexander Belchenko
I'd like to have test suite decoupled from bzrlib in companioning package, let's say moving bzrlib/tests to bzrtests python package. This will help to reduce the size of windows standalone installer as well. ** Changed in: bzr Importance: Undecided = Medium Status: New = Confirmed --

[Bug 82603] Re: bzr info gives no hint that a branch is a bound branch, or where it is bound to.

2008-02-15 Thread Alexander Belchenko
Forgot to mention, I'm using 0.18. try to upgrade to recent version, please. -- bzr info gives no hint that a branch is a bound branch, or where it is bound to. https://bugs.launchpad.net/bugs/82603 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 83887] Re: bzr log --short should indicate merges

2007-10-04 Thread Alexander Belchenko
** Changed in: bzr Status: Fix Committed = Fix Released -- bzr log --short should indicate merges https://bugs.launchpad.net/bugs/83887 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list