~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-25 20:06:24 UTC
  • mfrom: (1955.1.2 create-lock-dir-56974)
  • Revision ID: pqm@pqm.ubuntu.com-20060825200624-719b2ca847a04dfa
(jam) LockDir.lock_write() can create the base directory if it is missing

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
  BUG FIXES:
25
25
 
 
26
    * Change LockDir so that if the lock directory doesn't exist when
 
27
      lock_write() is called, an attempt will be made to create it.
 
28
      (John Arbash Meinel, #56974)
 
29
 
26
30
    * ``bzr uncommit`` preserves pending merges. (John Arbash Meinel, #57660)
27
31
 
28
32
    * Active FTP transport now works as intended. (ghozzy, #56472)