# Bazaar revision bundle v0.8
#
# message:
#   Fix directory creation for vsftpd
# committer: Arnaud Fontaine <arnau@milkypond.org>
# date: Wed 2007-03-07 22:34:04.437000036 +0100

=== modified file bzrlib/transport/ftp.py
--- bzrlib/transport/ftp.py
+++ bzrlib/transport/ftp.py
@@ -161,6 +161,7 @@
         if ('no such file' in s
             or 'could not open' in s
             or 'no such dir' in s
+            or 'could not create file' in s # vsftpd
             ):
             raise errors.NoSuchFile(path, extra=extra)
         if ('file exists' in s):

=== modified directory  // last-changed:arnau@milkypond.org-20070307213404-qvku
... 4d7f264p078i
# revision id: arnau@milkypond.org-20070307213404-qvku4d7f264p078i
# sha1: 78991c08b78342e49a6a2b46a14b367d02dd622c
# inventory sha1: f0d9113a1303b164f7156746b68c0d855c9d19f5
# parent ids:
#   pqm@pqm.ubuntu.com-20070214095120-13e5c64a9d83e718
# base id: pqm@pqm.ubuntu.com-20070214095120-13e5c64a9d83e718
# properties:
#   branch-nick: bzr.dev.arnal

