~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-11-20 16:42:28 UTC
  • mto: This revision was merged to the branch mainline in revision 4819.
  • Revision ID: john@arbash-meinel.com-20091120164228-aa9agsdfomwzqshc
Fix bug #485771. Only change '/' to '/' when expanding globs.

The code we had would replace '/' even if it was in a quoted section,
or if it was part of a simple argument that didn't have a glob.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
* Lots of bugfixes for the test suite on Windows. We should once again
41
41
  have a test suite with no failures on Windows. (John Arbash Meinel)
42
42
 
 
43
* The new glob expansion on Windows would replace all ``\`` characters
 
44
  with ``/`` even if it there wasn't a glob to expand, the arg was quoted,
 
45
  etc. Now only change slashes if there is something being glob expanded.
 
46
  (John Arbash Meinel, #485771)
 
47
 
43
48
Improvements
44
49
************
45
50