Untitled

From Colossal Peafowl, 9 Years ago, written in Plain Text, viewed 471 times.
URL https://p.gaa.st/view/41502516 Embed
Download Paste or View Raw
  1. wilmer@peer:~/src/bitlbee/devel$ bzr pull http://bzr.dequis.org/bitlbee/git-sync/
  2. bzr: ERROR: exceptions.AttributeError: 'TransportRepo' object has no attribute 'ref'              
  3.  
  4. Traceback (most recent call last):
  5.   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code
  6.     return the_callable(*args, **kwargs)
  7.   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr
  8.     ret = run(*run_argv)
  9.   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases
  10.     return self.run(**all_cmd_args)
  11.   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run
  12.     return self._operation.run_simple(*args, **kwargs)
  13.   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple
  14.     self.cleanups, self.func, *args, **kwargs)
  15.   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
  16.     result = func(*args, **kwargs)
  17.   File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 1243, in run
  18.     local=local, show_base=show_base)
  19.   File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 218, in write_locked
  20.     result = unbound(self, *args, **kwargs)
  21.   File "/usr/lib/python2.7/dist-packages/bzrlib/workingtree.py", line 995, in pull
  22.     old_revision_info = self.branch.last_revision_info()
  23.   File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 155, in read_locked
  24.     result = unbound(self, *args, **kwargs)
  25.   File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 1049, in last_revision_info
  26.     self._last_revision_info_cache = self._read_last_revision_info()
  27.   File "/usr/lib/python2.7/dist-packages/bzrlib/plugins/git/branch.py", line 563, in _read_last_revision_info
  28.     last_revid = self.last_revision()
  29.   File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 155, in read_locked
  30.     result = unbound(self, *args, **kwargs)
  31.   File "/usr/lib/python2.7/dist-packages/bzrlib/plugins/git/branch.py", line 482, in last_revision
  32.     if self.head is None:
  33.   File "/usr/lib/python2.7/dist-packages/bzrlib/plugins/git/branch.py", line 558, in _get_head
  34.     return self.repository._git.ref(self.ref or "HEAD")
  35. AttributeError: 'TransportRepo' object has no attribute 'ref'
  36.  
  37. bzr 2.7.0dev1 on python 2.7.9 (Linux-3.16.0-4-amd64-x86_64-with-debian-8.0)
  38. arguments: ['/usr/bin/bzr', 'pull', 'http://bzr.dequis.org/bitlbee/git-sync/']
  39. plugins: bash_completion[2.7.0dev1], bzrtools[2.6.0],
  40.     changelog_merge[2.7.0dev1], git[0.6.12], grep[2.7.0dev1],
  41.     launchpad[2.7.0dev1], netrc_credential_store[2.7.0dev1],
  42.     news_merge[2.7.0dev1], po_merge[2.7.0dev1], rewrite[0.6.4dev],
  43.     weave_fmt[2.7.0dev1], xmloutput[0.8.8]
  44. encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
  45.  
  46. *** Bazaar has encountered an internal error.  This probably indicates a
  47.     bug in Bazaar.  You can help us fix it by filing a bug report at
  48.         https://bugs.launchpad.net/bzr/+filebug
  49.     including this traceback and a description of the problem.
  50.  

Reply to "Untitled"

Here you can reply to the paste above