unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bzr branch-history pukes
@ 2009-12-02 12:52 Eli Zaretskii
  2009-12-02 16:14 ` Bojan Nikolic
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eli Zaretskii @ 2009-12-02 12:52 UTC (permalink / raw
  To: emacs-devel

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?




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bzr branch-history pukes
  2009-12-02 12:52 bzr branch-history pukes Eli Zaretskii
@ 2009-12-02 16:14 ` Bojan Nikolic
  2009-12-02 17:50 ` Óscar Fuentes
  2009-12-02 17:51 ` Alexander Belchenko
  2 siblings, 0 replies; 4+ messages in thread
From: Bojan Nikolic @ 2009-12-02 16:14 UTC (permalink / raw
  To: emacs-devel


Eli Zaretskii <eliz@gnu.org> writes:

> Is something wrong in the converted bzr repository, or should I simply
> take the advice and submit a bug report?

I think this has been filed a while ago at:

https://bugs.launchpad.net/bzrtools/+bug/352006


-- 
Bojan Nikolic          ||          http://www.bnikolic.co.uk





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bzr branch-history pukes
  2009-12-02 12:52 bzr branch-history pukes Eli Zaretskii
  2009-12-02 16:14 ` Bojan Nikolic
@ 2009-12-02 17:50 ` Óscar Fuentes
  2009-12-02 17:51 ` Alexander Belchenko
  2 siblings, 0 replies; 4+ messages in thread
From: Óscar Fuentes @ 2009-12-02 17:50 UTC (permalink / raw
  To: emacs-devel; +Cc: Eli Zaretskii

Eli Zaretskii <eliz@gnu.org> writes:

> Running branch-history in the quickfixes/ branch causes bzr to puke
> thusly (happens in other branches as well):

[snip]

> Is something wrong in the converted bzr repository,

I don't think so.

> or should I simply
> take the advice and submit a bug report?

Please report. The branch-history command belongs to the bzrtools
plugin, which is homed here:

https://launchpad.net/bzrtools

-- 
Óscar





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bzr branch-history pukes
  2009-12-02 12:52 bzr branch-history pukes Eli Zaretskii
  2009-12-02 16:14 ` Bojan Nikolic
  2009-12-02 17:50 ` Óscar Fuentes
@ 2009-12-02 17:51 ` Alexander Belchenko
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Belchenko @ 2009-12-02 17:51 UTC (permalink / raw
  To: emacs-devel

Eli Zaretskii пишет:
> 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?

No, this is definitely bug in bzrtools plugin which provided branch-history command.
Please, file a bug for bzrtools project: https://bugs.launchpad.net/bzrtools/+filebug





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-02 17:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-02 12:52 bzr branch-history pukes Eli Zaretskii
2009-12-02 16:14 ` Bojan Nikolic
2009-12-02 17:50 ` Óscar Fuentes
2009-12-02 17:51 ` Alexander Belchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).