~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-17 17:35:17 UTC
  • mfrom: (5303.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100617173517-cldr2otzfopnb5g1
(vila) Show unicode filenames in diff headers using terminal encoding
        (Alexander Belchenko)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  which previously caused "SyntaxError: No command for line".
67
67
  (Martin Pool)
68
68
 
69
 
* ``walkdirs`` now raises a useful message when the filenames are not using
70
 
  the filesystem encoding. (Eric Moritz, #488519)
 
69
* Show unicode filenames in diff headers using terminal encoding. 
 
70
  (Alexander Belchenko, Bug #382699)
 
71
  NOTE for Windows users: If user need to save diff to file then user need to
 
72
  change encoding of the terminal to ANSI encoding with command ``chcp XXX``
 
73
  (e.g. ``chcp 1251`` for Russian Windows).
71
74
 
72
75
* URL displayed for use with ``break-lock`` when smart server sees lock
73
76
  contention are now valid. Default timeout for lock contention retry is
74
77
  now 30 seconds instead of 300 seconds.
75
78
  (Parth Malwankar, #250451)
76
79
 
 
80
* ``walkdirs`` now raises a useful message when the filenames are not using
 
81
  the filesystem encoding. (Eric Moritz, #488519)
 
82
 
77
83
Improvements
78
84
************
79
85