/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-11-17 02:34:42 UTC
  • mto: This revision was merged to the branch mainline in revision 4801.
  • Revision ID: andrew.bennetts@canonical.com-20091117023442-8vioar3w20x2y7b5
Add NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
Bug Fixes
21
21
*********
 
22
 
22
23
* After renaming a file, the dirstate could accidentally reference
23
24
  ``source\\path`` rather than ``source/path`` on Windows. This might be a
24
25
  source of some dirstate-related failures. (John Arbash Meinel)
25
26
 
 
27
* ``bzr ignore /`` no longer causes an IndexError. (Gorder Tyler, #456036)
 
28
 
26
29
* Lots of bugfixes for the test suite on Windows. We should once again
27
30
  have a test suite with no failures on Windows. (Once all the patches
28
31
  have landed, remove this line.) (John Arbash Meinel)