~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(lifeless) File system encode names given to tarfile in export,
 to workaround a posixpath.py issue in Python < 2.6.5. (Parth Malwankar)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  True explicitly to get the previous behaviour.  
29
29
  (Vincent Ladeuil, #519319)
30
30
 
 
31
* ``bzr export`` to tar file does not fail if any parent directory
 
32
  contains unicode characters. This works around upstream Python bug
 
33
  http://bugs.python.org/issue8396 .
 
34
  (Parth Malwankar, #413406)
 
35
 
31
36
* ``bzr update`` when a pending merge in the working tree has been merged
32
37
  into the master branch will no longer claim that old commits have become
33
38
  pending merges. (Robert Collins, #562079)