~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-06-11 04:20:56 UTC
  • mfrom: (3490.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080611042056-m5e074q47s9gwwjj
(mbp) \#212289 avoid assuming Windows diff tools can understand
        symlinks

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