/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

renamed copy_ownership to copy_ownership_from_path.
updated .bzr.log to have 0644 permissions.
improved docstring for create_log_file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1811
1811
            real_handlers[kind](abspath, relpath)
1812
1812
 
1813
1813
 
1814
 
def copy_ownership(dst, src=None):
 
1814
def copy_ownership_from_path(dst, src=None):
1815
1815
    """Copy usr/grp ownership from src file/dir to dst file/dir.
1816
1816
 
1817
1817
    If src is None, the containing directory is used as source. If chown