/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/tests/blackbox/test_info.py

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1131
1131
        def friendly_location(url):
1132
1132
            path = urlutils.unescape_for_display(url, 'ascii')
1133
1133
            try:
1134
 
                return osutils.relpath(os.getcwd(), path)
 
1134
                return osutils.relpath(osutils.getcwd(), path)
1135
1135
            except errors.PathNotChild:
1136
1136
                return path
1137
1137