~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Marius Kruger
  • Date: 2008-10-04 01:17:51 UTC
  • mto: This revision was merged to the branch mainline in revision 3809.
  • Revision ID: amanic@gmail.com-20081004011751-x50szwd6ixieyy3i
Update NEWS, had to go fetch it back from line 633! 

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
    * Trivial documentation fix.
116
116
      (John Arbash Meinel, #270471)
117
117
 
 
118
    * ``bzr switch`` and ``bzr bind`` will now update the branch nickname if
 
119
      it was previously set. All checkouts will now refer to the bound branch
 
120
      for a nickname if one was not explicitly set.
 
121
      (Marius Kruger, #230903)
 
122
 
118
123
  DOCUMENTATION:
119
124
 
120
125
    * Explain revision/range identifiers. (Daniel Clemente)
629
634
    * Give a more specific error when target branch is not reachable.
630
635
      (James Westby)
631
636
 
632
 
    * ``bzr switch`` will now update the branch nickname for regular checkouts
633
 
      too. It previously only did this for lightweight checkouts.
634
 
      (Marius Kruger, #230903)
635
 
 
636
637
    * Implemented a custom ``walkdirs_utf8`` implementation for win32.
637
638
      This uses a pyrex extension to get direct access to the
638
639
      ``FindFirstFileW`` style apis, rather than using ``listdir`` +