comparison COPYING @ 3623:44247ecc2965

Fix accessing a repository via -R/--repository through a symlink. Sometimes the repository root was compared to os.getcwd(), which always uses the canonical path without symbolic links in it. This would changes self.root of the localrepo objects to always use os.sep as the directory separator, which is implicitly assumed in some places, but may not be the case if somebody uses -R foo/repo on windows.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Nov 2006 22:35:07 +0100
parents e6db25785b00
children
comparison
equal deleted inserted replaced
3622:535da78ae47b 3623:44247ecc2965