~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-21 15:11:39 UTC
  • mfrom: (2438.1.16 rename_directory_105479)
  • Revision ID: pqm@pqm.ubuntu.com-20070421151139-5wau2ukbpx5z1hv2
(John Arbash Meinel) Fix bug #105479: properly handle moving a directory with children that have been added, renamed, removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
    * "dirstate" and "dirstate-tags" formats now produce branches compatible
125
125
      with old versions of bzr. (Aaron Bentley, #107168))
126
126
 
 
127
    * Handle moving a directory when children have been added, removed,
 
128
      and renamed. (John Arbash Meinel, #105479)
 
129
 
127
130
  TESTING:
128
131
 
129
132
    * Added ``bzrlib.strace.strace`` which will strace a single callable and