~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-26 15:39:04 UTC
  • mfrom: (2456.2.6 rename_iter_changes_109993)
  • Revision ID: pqm@pqm.ubuntu.com-20070426153904-l91p9ybsqpxt2vyv
(John Arbash Meinel) Fix bug #109993 by fixing _iter_changes to not sync an on-disk file with an 'absent' dirblock record.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
    * Handle moving a directory when children have been added, removed,
253
253
      and renamed. (John Arbash Meinel, #105479)
254
254
 
 
255
    * Handle the case when you delete a file, and then rename another file
 
256
      on top of it. Also handle the case of ``bzr rm --keep foo``. ``bzr
 
257
      status`` should show the removed file and an unknown file in its
 
258
      place. (John Arbash Meinel, #109993)
 
259
 
255
260
    * Don't preventively use basic authentication for proxy before receiving a
256
261
      407 error. Otherwise people willing to use other authentication schemes
257
262
      may expose their password in the clear (or nearly). This add one