~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(jam) Fix bugs (#425510, #426410, #194450),
        add a custom win32 command line parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  allow those because XML store silently translate it anyway. (The parser
30
30
  auto-translates \r\n => \n in ways that are hard for us to catch.)
31
31
 
 
32
* On Windows, do glob expansion at the command-line level (as is usually
 
33
  done in bash, etc.) This means that *all* commands get glob expansion
 
34
  (bzr status, bzr add, bzr mv, etc). It uses a custom command line
 
35
  parser, which allows us to know if a given section was quoted. It means
 
36
  you can now do ``bzr ignore "*.py"``. It also means that single-quotes
 
37
  are now treated as quoted ``bzr ignore '*.py'``.
 
38
  (John Arbash Meinel, #425510, #426410, #194450)
 
39
 
 
40
 
32
41
Improvements
33
42
************
34
43