-
Committer:
Florian Vichot
-
Date:
2011-10-04 18:43:55 UTC
-
mto:
(6015.33.8 2.4)
-
mto:
This revision was merged to the branch mainline in
revision
6192.
-
Revision ID:
florian.vichot@gmail.com-20111004184355-jbbnwz1d9nnotsn9
Fixed an infinite loop when creating a repo at the root of the filesystem,
i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into
one, thus respecting the POSIX standard, but making relpath() loop infinitely.
Also, patched the files that were calling posixpath.normpath() directly, to
osutils.normpath() instead.