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)
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)