~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2007-04-30 17:45:10 UTC
  • mfrom: (2472.3.2 renamed_file_111288)
  • mto: This revision was merged to the branch mainline in revision 2475.
  • Revision ID: john@arbash-meinel.com-20070430174510-qdteh5dy45gbj785
[merge] bugfix for bug #111288, resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
 
 
 
2
  
3
3
  BUGFIXES:
4
4
 
5
5
    * Handle when you have 2 directories with similar names, but one has a
8
8
      ``'abc-2'``, but ``('abc', 'a')`` sorts before ``('abc-2',)``.
9
9
      (John Arbash Meinel, #111227)
10
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)
 
14
 
11
15
bzr 0.16rc2  2007-04-30
12
16
 
13
17
  BUGFIXES: