Revert "url: support `path` for url.format"
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 12 Jan 2015 10:13:49 +0000 (11:13 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 12 Jan 2015 11:15:38 +0000 (12:15 +0100)
commit913addbff5481567262c387cef9594f809e4ef83
treeb2c2b85e9deec2a2fd923488340e4701d59235ec
parenta1e54d6fb72ef0e0d3aab9ed2bf88d60a4a419d9
Revert "url: support `path` for url.format"

This reverts commit d312b6d15c69cf4c438ed7d884e6396c481a57f6.

Reverted for breaking `npm install` with git+ssh URLs.

Conflicts:
    doc/api/url.markdown

Fixes: https://github.com/iojs/io.js/issues/295
PR-URL: https://github.com/iojs/io.js/pull/303
Reviewed-By: Rod Vagg <rod@vagg.org>
doc/api/url.markdown
lib/url.js
test/parallel/test-url.js