~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-07 06:39:47 UTC
  • mfrom: (5193.3.10 181124-ls-short-opts)
  • Revision ID: pqm@pqm.ubuntu.com-20100507063947-s3btnxxwxu0xzitt
(parthm, #181124) short options for commonly used ls long options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
  (case-sensitive) as false.
113
113
  (Brian de Alwis, Vincent Ladeuil)
114
114
 
 
115
* ``bzr ls`` now supports short options for existing long options.
 
116
  ``-k/--kind``, ``-i/--ignored``, ``-u/--unknown`` and ``-0/--null``.
 
117
  (Parth Malwankar, #181124)
 
118
 
115
119
* ``Config.get_user_option_as_bool`` will now warn if a value cannot
116
120
  be interpreted as a boolean.
117
121
  (Vincent Ladeuil)