~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-23 17:00:27 UTC
  • mfrom: (4555.2.3 1.18-relpath-394227)
  • Revision ID: pqm@pqm.ubuntu.com-20090723170027-0tfrsqpe3tiqnpcb
(jam) Fix bug #394227,
        prevent osutils.relpath() from going into an infinite loop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  lots of backtraces about ``UnknownSmartMethod``, ``do_chunk`` or
71
71
  ``do_end``.  (Andrew Bennetts, #338561)
72
72
  
 
73
* There was a bug in ``osutils.relpath`` that was only triggered on
 
74
  Windows. Essentially if you were at the root of a drive, and did
 
75
  something to a branch/repo on another drive, we would go into an
 
76
  infinite loop while trying to find a 'relative path'.
 
77
  (John Arbash Meinel, #394227)
 
78
 
73
79
* ``WorkingTree4.unversion`` will no longer fail to unversion ids which
74
80
  were present in a parent tree but renamed in the working tree.
75
81
  (Robert Collins, #187207)