~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-12-01 18:40:08 UTC
  • mfrom: (3874 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3876.
  • Revision ID: john@arbash-meinel.com-20081201184008-4vwipjkqxmhay69a
Merge bzr.dev, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
  BUG FIXES:
18
18
 
 
19
    * Fix SystemError in ``_patiencediff_c`` module by calling
 
20
      PyErr_NoMemory() before returning NULL in PatienceSequenceMatcher_new.
 
21
      (Andrew Bennetts, #303206)
 
22
 
19
23
    * Give proper error message for diff with non-existent dotted revno.
20
24
      (Marius Kruger, #301969)
21
25