From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: bzr branch-history pukes Date: Wed, 02 Dec 2009 07:52:54 -0500 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1259768171 4961 80.91.229.12 (2 Dec 2009 15:36:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2009 15:36:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 02 16:36:04 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NFrFJ-0002lb-A4 for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 16:36:01 +0100 Original-Received: from localhost ([127.0.0.1]:49661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFrFI-0000ZX-TI for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 10:36:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFohY-0002c0-QW for emacs-devel@gnu.org; Wed, 02 Dec 2009 07:53:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFohT-0002XS-IK for emacs-devel@gnu.org; Wed, 02 Dec 2009 07:52:59 -0500 Original-Received: from [199.232.76.173] (port=45740 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFohT-0002X9-5r for emacs-devel@gnu.org; Wed, 02 Dec 2009 07:52:55 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:59577) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFohS-0008Rk-Tb for emacs-devel@gnu.org; Wed, 02 Dec 2009 07:52:55 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NFohS-0002Gj-La for emacs-devel@gnu.org; Wed, 02 Dec 2009 07:52:54 -0500 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118133 Archived-At: Running branch-history in the quickfixes/ branch causes bzr to puke thusly (happens in other branches as well): bzr: ERROR: exceptions.UnicodeEncodeError: 'ascii' codec can't encode character u'\xec' in position 16: ordinal not in range(128) Traceback (most recent call last): File "bzrlib\commands.pyo", line 842, in exception_to_return_code File "bzrlib\commands.pyo", line 1037, in run_bzr File "C:/Program Files/Bazaar/plugins\bzrtools\command.py", line 13, in run_argv_aliases File "bzrlib\commands.pyo", line 654, in run_argv_aliases File "C:/Program Files/Bazaar/plugins\bzrtools\command_classes.py", line 361, in run File "C:/Program Files/Bazaar/plugins\bzrtools\branchhistory.py", line 20, in branch_history File "C:/Program Files/Bazaar/plugins\bzrtools\branchhistory.py", line 61, in print_info UnicodeEncodeError: 'ascii' codec can't encode character u'\xec' in position 16: ordinal not in range(128) bzr 2.0.2 on python 2.5.4 (Windows-XP-5.1.2600-SP2) arguments: ['bzr', 'branch-history'] encoding: 'cp1255', fsenc: 'mbcs', lang: None plugins: bisect C:\Program Files\Bazaar\plugins\bisect [1.1.0.pre.0] bzrtools C:\Program Files\Bazaar\plugins\bzrtools [2.0.1] explorer C:\Program Files\Bazaar\plugins\explorer [0.8.3] launchpad C:\Program Files\Bazaar\plugins\launchpad [2.0.2] netrc_credential_store C:\Program Files\Bazaar\plugins\netrc_credential_store [2.0.2] qbzr C:\Program Files\Bazaar\plugins\qbzr [0.14.5] rebase C:\Program Files\Bazaar\plugins\rebase [0.5.4] svn C:\Program Files\Bazaar\plugins\svn [1.0.0] upload C:\Program Files\Bazaar\plugins\upload [1.0.0dev] xmloutput C:\Program Files\Bazaar\plugins\xmloutput [0.8.5] *** Bazaar has encountered an internal error. This probably indicates a bug in Bazaar. You can help us fix it by filing a bug report at https://bugs.launchpad.net/bzr/+filebug including this traceback and a description of the problem. Is something wrong in the converted bzr repository, or should I simply take the advice and submit a bug report?