Mercurial > hg
comparison mercurial/url.py @ 14313:a389dd285282
util: make str(url) return file:/// for abs paths again
str(url) was recently changed to return only file:/. However, the
canonical way to represent absolute local paths is file:/// [1], which
is also expected by at least hgsubversion.
Relative paths are returned as file:the/relative/path.
[1] http://en.wikipedia.org/wiki/File_URI_scheme
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Thu, 12 May 2011 16:41:56 +0200 |
parents | e7525a555a64 |
children | 376c32a5ccdc 4a43e23b8c55 |
comparison
equal
deleted
inserted
replaced
14312:ba883fa211f3 | 14313:a389dd285282 |
---|