~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-05-01 18:27:14 UTC
  • mfrom: (2472.2.2 dirstate_fixes)
  • Revision ID: pqm@pqm.ubuntu.com-20070501182714-71xp33bziogu3qu0
(John Arbash Meinel) Fix bug #111127 and bug #111288. WT4._iter_changes had difficulties with directories with '-', and filesystem renames.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
 
2
  
 
3
  BUGFIXES:
 
4
 
 
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)
 
10
 
 
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)
2
14
 
3
15
bzr 0.16rc2  2007-04-30
4
16