~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-20 22:23:07 UTC
  • mfrom: (2363.2.5 dirstate_93681)
  • Revision ID: pqm@pqm.ubuntu.com-20070320222307-30c846e90ac18c65
(John Arbash Meinel) fix bug #93681 by not calling _make_absent for removed entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    * Restore Unicode filename handling for versioned and unversioned files.
53
53
      (John Arbash Meinel, #92608)
54
54
 
 
55
    * Don't fail during ``bzr commit`` if a file is marked removed, and
 
56
      the containing directory is auto-removed.  (John Arbash Meinel, #93681)
 
57
 
55
58
    * ``bzr status FILENAME`` failed on Windows because of an uncommon
56
59
      errno. (``ERROR_DIRECTORY == 267 != ENOTDIR``).
57
60
      (Wouter van Heyst, John Arbash Meinel, #90819)