~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Parth Malwankar
  • Date: 2010-04-30 03:49:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5216.
  • Revision ID: parth.malwankar@gmail.com-20100430034914-ca3m2tiunbhvwwga
added NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  (case-sensitive) as false.
67
67
  (Brian de Alwis, Vincent Ladeuil)
68
68
 
 
69
* ``bzr ls`` now supports short options for existing long options.
 
70
  ``-k/--kind``, ``-i/--ignored``, ``-u/--unknown`` and ``-0/--null``.
 
71
  (Parth Malwankar, #181124)
 
72
 
69
73
* ``Config.get_user_option_as_bool`` will now warn if a value cannot
70
74
  be interpreted as a boolean.
71
75
  (Vincent Ladeuil)