TypeError: pull() got an unexpected keyword argument 'show_base'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Subversion Plugin |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
bzr-svn (Debian) |
Fix Released
|
Unknown
|
|||
bzr-svn (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Imported from Debian bug http://
Package: bzr-svn
Version: 1.2.1-1
Severity: minor
Running "bzr pull <branch>" on a Subversion checkout generated a stack
backtrace and the following error:
bzr: ERROR: exceptions.
I don't necessarily expect this to work, but a nicer error message would
be good, hence priority "minor".
Full steps to reproduce below:
wraith:
Created a standalone tree (format: 2a)
wraith:
wraith:
Committed revision 1.
wraith:
Checked out revision 1.
wraith:
wraith:
Initialising Subversion metadata cache in
/home/bjh21/
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
local=local, show_base=
TypeError: pull() got an unexpected keyword argument 'show_base'
bzr 2.6.0dev2 on python 2.7.3rc2 (Linux-
wheezy-sid)
arguments: ['/usr/bin/bzr', 'pull', '../bzr']
plugins: bash_completion
changelog_
gtk[0.104.0dev],
launchpad[
news_
svn[1.2.1],
weave_
encoding: 'ascii', fsenc: 'utf8', 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:/
including this traceback and a description of the problem.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=
Shell: /bin/sh linked to /bin/bash
Versions of packages bzr-svn depends on:
ii python 2.7.3~rc2-1
ii python-bzrlib 2.6.0~bzr6522-1
ii python-subvertpy 0.8.10-2
ii python2.6 2.6.7-4
ii python2.7 2.7.3~rc2-2.1
Versions of packages bzr-svn recommends:
ii bzr 2.6.0~bzr6522-1
ii python-tdb 1.2.10-2
ii python-xdg 0.19-4
Versions of packages bzr-svn suggests:
pn bzr-rewrite <none>
-- no debconf information
--
Ben Harris, University of Cambridge Computing Service.
Changed in bzr-svn: | |
status: | New → Triaged |
Changed in bzr-svn (Ubuntu): | |
status: | New → Triaged |
Changed in bzr-svn: | |
importance: | Undecided → Medium |
Changed in bzr-svn (Ubuntu): | |
importance: | Undecided → Medium |
Changed in bzr-svn: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-svn (Ubuntu): | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-svn: | |
milestone: | none → 1.2.3 |
Changed in bzr-svn (Debian): | |
importance: | Undecided → Unknown |
Changed in bzr-svn: | |
status: | Triaged → Fix Committed |
Changed in bzr-svn (Ubuntu): | |
assignee: | Jelmer Vernooij (jelmer) → nobody |
Changed in bzr-svn: | |
status: | Fix Committed → Fix Released |
Changed in bzr-svn (Debian): | |
status: | New → Confirmed |
Changed in bzr-svn (Debian): | |
status: | Confirmed → Fix Released |