/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

Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
848
848
        return False
849
849
 
850
850
 
 
851
def host_os_dereferences_symlinks():
 
852
    return (has_symlinks()
 
853
            and sys.platform not in ('cygwin', 'win32'))
 
854
 
 
855
 
851
856
def contains_whitespace(s):
852
857
    """True if there are any whitespace characters in s."""
853
858
    # string.whitespace can include '\xa0' in certain locales, because it is