~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2007-11-10 13:16:12 UTC
  • mto: This revision was merged to the branch mainline in revision 3008.
  • Revision ID: bialix@ukr.net-20071110131612-4s55g3rodrp41uwh
Rename on Windows is able to change filename case. (#77740)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
   * Reconcile now shows progress bars. (Robert Collins, #159351)
65
65
 
 
66
   * Rename on Windows is able to change filename case.
 
67
     (Alexander Belchenko, #77740)
 
68
 
66
69
   * Unicode-safe output from ``bzr info``. The output will be encoded
67
70
     using the terminal encoding and unrepresentable characters will be
68
71
     replaced by '?'. (Lukáš Lalinský, #151844)