/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: John Arbash Meinel
  • Date: 2007-12-13 20:17:06 UTC
  • Revision ID: john@arbash-meinel.com-20071213201706-nt8f4om80gyn6l6v
Fix LockableFiles to not use modes that allow the user to write to things they create.
It seems that cygwin + FAT32 will report all directories as readonly,
even though they are not.
Regardless, someone might have .bzr/repository as readonly, but still
allow you to create files in a subdirectory.
Either way, there is no reason to have a file that we are going to
write to be created readonly.
Filename Latest Rev Last Changed Committer Comment Size
..
http 1540.3.3 19 years ago Martin Pool Review updates of pycurl transport Split them out Diff
__init__.py 3059.2.17 18 years ago Vincent Ladeuil Limit GET requests by body size instead of number 70.2 KB Diff Download File
brokenrename.py 2555.3.14 18 years ago Martin Pool Better handling in LockDir of rename that moves on 1.9 KB Diff Download File
chroot.py 2592.3.99 18 years ago Robert Collins Remove stale close_file_stream methods on Transpor 5.5 KB Diff Download File
decorator.py 2592.3.163 18 years ago Robert Collins Merge bzr.dev (untested) 7.6 KB Diff Download File
fakenfs.py 1887.1.1 19 years ago Adeodato Simó Do not separate paragraphs in the copyright statem 2.3 KB Diff Download File
fakevfat.py 2745.5.1 18 years ago Robert Collins * New parameter on ``bzrlib.transport.Transport.re 3.8 KB Diff Download File
ftp.py 3021.1.4 18 years ago Vincent Ladeuil Use the right execption. * bzrlib/transport/ftp.p 22.3 KB Diff Download File
local.py 3010.1.10 18 years ago Robert Collins Honour file modes for write streams. 20.1 KB Diff Download File
memory.py 3010.2.1 18 years ago Martin Pool Followon from MemoryTransport._abspath fix: add te 10.9 KB Diff Download File
readonly.py 2018.5.95 18 years ago Andrew Bennetts Add a Transport.is_readonly remote call, let {Bran 3 KB Diff Download File
remote.py 3004.2.1 18 years ago Vincent Ladeuil Fix 150860 by leaving port as user specified it. 21 KB Diff Download File
sftp.py 2938 18 years ago Canonical.com Patch Queue Manager (John Arbash Meinel) Register netloc protocols ear 42.7 KB Diff Download File
ssh.py 3066.2.1 18 years ago John Arbash Meinel We don't require paramiko for bzr+ssh. Don't prete 23 KB Diff Download File
trace.py 2745.5.4 18 years ago Robert Collins Review feedback. 5.6 KB Diff Download File
unlistable.py 2617.4.1 18 years ago Robert Collins Add a new transport decorator unlistable+ for test 1.7 KB Diff Download File