Skip to content

Instantly share code, notes, and snippets.

@azyobuzin
Created November 10, 2011 12:15
Show Gist options
  • Save azyobuzin/1354717 to your computer and use it in GitHub Desktop.
Save azyobuzin/1354717 to your computer and use it in GitHub Desktop.
bzr: ERROR: exceptions.TypeError: unsupported type u'Finding revisions'
Traceback (most recent call last):
File "bzrlib\commands.pyo", line 923, in exception_to_return_code
File "bzrlib\commands.pyo", line 1128, in run_bzr
File "bzrlib\commands.pyo", line 676, in run_argv_aliases
File "bzrlib\commands.pyo", line 698, in run
File "bzrlib\cleanup.pyo", line 135, in run_simple
File "bzrlib\cleanup.pyo", line 165, in _do_with_cleanups
File "C:/Program Files/Bazaar/plugins\qbzr\lib\commands.py", line 821, in run
File "C:/Program Files/Bazaar/plugins\qbzr\lib\subprocess.py", line 888, in run_subprocess_command
File "bzrlib\commands.pyo", line 1128, in run_bzr
File "bzrlib\commands.pyo", line 676, in run_argv_aliases
File "bzrlib\commands.pyo", line 698, in run
File "bzrlib\cleanup.pyo", line 135, in run_simple
File "bzrlib\cleanup.pyo", line 165, in _do_with_cleanups
File "bzrlib\builtins.pyo", line 1083, in run
File "bzrlib\decorators.pyo", line 217, in write_locked
File "bzrlib\workingtree.pyo", line 985, in pull
File "bzrlib\branch.pyo", line 1120, in pull
File "bzrlib\decorators.pyo", line 217, in write_locked
File "bzrlib\branch.pyo", line 3427, in pull
File "bzrlib\branch.pyo", line 3557, in _pull
File "bzrlib\decorators.pyo", line 217, in write_locked
File "bzrlib\branch.pyo", line 3370, in _update_revisions
File "bzrlib\decorators.pyo", line 217, in write_locked
File "bzrlib\branch.pyo", line 3347, in fetch
File "bzrlib\repository.pyo", line 711, in fetch
File "bzrlib\decorators.pyo", line 217, in write_locked
File "bzrlib\vf_repository.pyo", line 2517, in fetch
File "bzrlib\fetch.pyo", line 76, in __init__
File "bzrlib\fetch.pyo", line 97, in __fetch
File "bzrlib\progress.pyo", line 123, in update
File "bzrlib\ui\text.pyo", line 252, in _progress_updated
File "bzrlib\ui\text.pyo", line 432, in show_progress
File "C:/Program Files/Bazaar/plugins\qbzr\lib\subprocess.py", line 804, in _repaint
File "_bencode_pyx.pyx", line 399, in bzrlib._bencode_pyx.bencode (bzrlib\_bencode_pyx.c:4283)
File "_bencode_pyx.pyx", line 383, in bzrlib._bencode_pyx.Encoder.process (bzrlib\_bencode_pyx.c:3939)
File "_bencode_pyx.pyx", line 346, in bzrlib._bencode_pyx.Encoder._encode_list (bzrlib\_bencode_pyx.c:3464)
File "_bencode_pyx.pyx", line 383, in bzrlib._bencode_pyx.Encoder.process (bzrlib\_bencode_pyx.c:3939)
File "_bencode_pyx.pyx", line 346, in bzrlib._bencode_pyx.Encoder._encode_list (bzrlib\_bencode_pyx.c:3464)
File "_bencode_pyx.pyx", line 391, in bzrlib._bencode_pyx.Encoder.process (bzrlib\_bencode_pyx.c:4055)
TypeError: unsupported type u'Finding revisions'
bzr 2.5b2 on python 2.6.6 (Windows-Vista-6.0.6002-SP2)
arguments: ['C:\\Program Files\\Bazaar\\bzr.exe', 'qsubprocess', '--bencode',
'l4:pull43:bzr+http://localhost:1481/kitedotnet/trunk/e']
plugins: bzrtools[2.4.1], changelog_merge[2.5b2], colo[0.3.1dev],
explorer[1.2.1], fastimport[0.12.0dev], git[0.6.0], launchpad[2.5b2],
loom[2.2.1dev], netrc_credential_store[2.5b2], news_merge[2.5b2],
pipeline[1.1.0], qbzr[0.21.1], rewrite[0.6.3dev], svn[1.1.0],
upload[1.0.1dev], xmloutput[0.8.7]
encoding: 'cp932', fsenc: 'mbcs', lang: None
*** 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment