~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-08 01:16:25 UTC
  • mfrom: (4789.1.1 no-single-quote-on-win32)
  • Revision ID: pqm@pqm.ubuntu.com-20091108011625-5u4zuh77zbj10wz4
(bialix) Don't use ' as a quoting character in the new win32 parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  done in bash, etc.) This means that *all* commands get glob expansion
29
29
  (bzr status, bzr add, bzr mv, etc). It uses a custom command line
30
30
  parser, which allows us to know if a given section was quoted. It means
31
 
  you can now do ``bzr ignore "*.py"``. It also means that single-quotes
32
 
  are now treated as quoted ``bzr ignore '*.py'``.
 
31
  you can now do ``bzr ignore "*.py"``.
33
32
  (John Arbash Meinel, #425510, #426410, #194450)
34
33
 
35
34
* Sanitize commit messages that come in from the '-m' flag. We translate