Comment 1 for bug 50568

Revision history for this message
Robey Pointer (robey) wrote : Re: 'bzr push' does not preserve sgid bit on newly created directories

shouldn't os.mkdir() honor the umask anyway? it seems like we should just be able to use sftp.mkdir(path, mode) and stub_sftp will "just work".