~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-10-07 03:23:27 UTC
  • mto: This revision was merged to the branch mainline in revision 5463.
  • Revision ID: mbp@sourcefrog.net-20101007032327-4z78qviphz21e7bg
Fix typo in news

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
* ``bzr break-lock --force`` breaks the lock without prompting.  (Before
38
38
  using this, make sure the process holding the lock really is dead.)
39
 
  (Martin Pool, #392315)
 
39
  (Martin Pool, #397315)
40
40
 
41
41
* Print junk rather than throwing a UnicodeDecodeError from ``bzr version-info``
42
42
  when using the rio format (with non-ascii information) on a non-utf-8 terminal.