~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Lukáš Lalinský
  • Date: 2008-05-23 10:39:44 UTC
  • mto: This revision was merged to the branch mainline in revision 3477.
  • Revision ID: lalinsky@gmail.com-20080523103944-00kkkromakot9y9p
Sanitize branch nick before using it as an attachment filename in ``bzr send``

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
      them.
67
67
      (Vincent Ladeuil, #229076)
68
68
 
 
69
    * Sanitize branch nick before using it as an attachment filename in
 
70
      ``bzr send``. (Lukáš Lalinský, #210218)
 
71
 
69
72
    * Treat an encoding of '' as ascii; this can happen when bzr is run
70
73
      under vim on Mac OS X.
71
74
      (Neil Martinsen-Burrell)