qbzr breaks test suite

Bug #276788 reported by Vincent Ladeuil
2
Affects Status Importance Assigned to Milestone
QBzr
Fix Released
Medium
Vincent Ladeuil

Bug Description

Scary but true, fix trivial though :)

=== modified file 'lib/commands.py'
--- lib/commands.py 2008-09-30 11:03:04 +0000
+++ lib/commands.py 2008-10-01 15:08:45 +0000
@@ -536,7 +536,7 @@
         self._encoding = kw.get('encoding')
         if self._encoding:
             del kw['encoding']
- bzrlib.builtins.cmd_merge.run(self, *args, **kw)
+ return bzrlib.builtins.cmd_merge.run(self, *args, **kw)

     @install_gettext
     @report_missing_pyqt

Before patch:

bzr selftest merge
Ran 608 tests in 96.111s

FAILED (failures=6, known_failure_count=7)

After patch:

bzr selftest merge
Ran 608 tests in 103.399s

Yeah !

Thanks for qlog by the way (it forced me to keep qbzr installed and fix that bug :)

Lukáš Lalinský (luks)
Changed in qbzr:
assignee: nobody → vila
importance: Undecided → Medium
milestone: none → 0.9.5
status: New → Fix Committed
Vincent Ladeuil (vila)
Changed in qbzr:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.