~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-25 22:06:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1964.
  • Revision ID: john@arbash-meinel.com-20060825220622-01c73727d1848769
NEWS: this should fix bug #40679

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
  BUG FIXES:
25
25
 
 
26
    * ``bzr upgrade sftp://`` shouldn't fail to upgrade v6 branches if there 
 
27
      isn't a working tree. (David Allouche, #40679)
 
28
 
26
29
    * Change LockDir so that if the lock directory doesn't exist when
27
30
      lock_write() is called, an attempt will be made to create it.
28
31
      (John Arbash Meinel, #56974)