~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/urlutils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-03 03:18:53 UTC
  • mfrom: (5278.1.5 gnuness)
  • Revision ID: pqm@pqm.ubuntu.com-20100603031853-rzypooksqjaonb9m
(mbp) avoid inaccurate use of "linux" or non-gnu-compliant "open source"
 (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
    # on non-win32 platform
279
279
    # FIXME: It turns out that on nt, ntpath.abspath uses nt._getfullpathname
280
280
    #       which actually strips trailing space characters.
281
 
    #       The worst part is that under linux ntpath.abspath has different
 
281
    #       The worst part is that on linux ntpath.abspath has different
282
282
    #       semantics, since 'nt' is not an available module.
283
283
    if path == '/':
284
284
        return 'file:///'