5
* Handle when you have 2 directories with similar names, but one has a
6
hyphen. (``'abc'`` versus ``'abc-2'``). The WT4._iter_changes
7
iterator was using direct comparison and ``'abc/a'`` sorts after
8
``'abc-2'``, but ``('abc', 'a')`` sorts before ``('abc-2',)``.
9
(John Arbash Meinel, #111227)
11
* Handle when someone renames a file on disk without telling bzr.
12
Previously we would report the first file as missing, but not show
13
the new unknown file. (John Arbash Meinel, #111288)
3
15
bzr 0.16rc2 2007-04-30