~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-05 17:21:36 UTC
  • mfrom: (3872.3.3 backup-bzrdir)
  • Revision ID: pqm@pqm.ubuntu.com-20081205172136-vccv8ynqac6sxr5s
(Jelmer) Add BzrDir.backup_bzrdir().

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  IMPROVEMENTS:
16
16
 
17
17
  BUG FIXES:
 
18
  
 
19
   * Allow BzrDir implementation to implement backing up of 
 
20
     control directory. (#139691)
18
21
 
19
22
    * Fix SystemError in ``_patiencediff_c`` module by calling
20
23
      PyErr_NoMemory() before returning NULL in PatienceSequenceMatcher_new.