~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-07-27 21:37:07 UTC
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: john@arbash-meinel.com-20060727213707-92579eb90ffb3242
Fix bug #47782,
when reading a revision property with no value, 
it should use an empty string, not None

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
    * ``bzr status foo`` when foo was unversioned used to cause a full delta
199
199
      to be generated (John Arbash Meinel, #53638)
200
200
 
 
201
    * When reading revision properties, and empty value should be considered
 
202
      the empty string, not None (John Arbash Meinel, #47782)
 
203
 
201
204
  INTERNALS:
202
205
 
203
206
    * Combine the ignore rules into a single regex rather than looping over