125
125
* Avoid "NoneType has no attribute st_mode" error when files disappear
126
126
from a directory while it's being read. (Martin Pool, #446033)
128
131
* Diff parsing handles "Binary files differ" hunks. (Aaron Bentley, #436325)
130
133
* Fetching from stacked pre-2a repository via a smart server no longer
131
134
fails intermittently with "second push failed to complete".
132
135
(Andrew Bennetts, #437626)
134
143
* PreviewTree file names are not limited by the encoding of the temp
135
144
directory's filesystem. (Aaron Bentley, #436794)