"bzr git-apply" requires diffstat

Bug #685367 reported by Jelmer Vernooij
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar Git Plugin
Triaged
Medium
Unassigned
Breezy
Triaged
Low
Unassigned

Bug Description

  affects bzr-git
  status triaged
  importance medium

The following email isn't processed correctly:

-------- Forwarded Message --------
From: Augie Fackler <email address hidden>
To: dulwich-users <email address hidden>
Subject: [Dulwich-users] [PATCH] test_patch: fix tests on Python 2.6
Date: Sun, 28 Nov 2010 17:57:27 -0600

Change-Id: I5e51313d4ae3a65c3f00c665002a7489121bb0d6

diff --git a/dulwich/tests/test_patch.py b/dulwich/tests/test_patch.py
--- a/dulwich/tests/test_patch.py
+++ b/dulwich/tests/test_patch.py
@@ -158,7 +158,7 @@

 """
         c, diff, version = git_am_patch_split(StringIO(text))
- self.assertIs(None, version)
+ self.assertEquals(None, version)

 class DiffTests(TestCase):

_______________________________________________
Mailing list: https://launchpad.net/~dulwich-users
Post to : <email address hidden>
Unsubscribe : https://launchpad.net/~dulwich-users
More help : https://help.launchpad.net/ListHelp

Tags: git
Jelmer Vernooij (jelmer)
Changed in brz-git:
status: New → Triaged
importance: Undecided → Low
Jelmer Vernooij (jelmer)
affects: brz-git → brz
tags: added: git
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.