author | Vadim Gelfer <vadim.gelfer@gmail.com> |
Wed, 19 Apr 2006 09:08:45 -0700 | |
changeset 2090 | eb40db373717 |
parent 2089 | cb99c711c59f |
child 2091 | fb8b35b0def9 |
mercurial/util.py | file | annotate | diff | comparison | revisions |
--- a/mercurial/util.py Wed Apr 19 08:33:46 2006 -0700 +++ b/mercurial/util.py Wed Apr 19 09:08:45 2006 -0700 @@ -201,7 +201,7 @@ else: rootsep = root + os.sep name = myname - if not name.startswith(os.sep): + if not os.path.isabs(name): name = os.path.join(root, cwd, name) name = os.path.normpath(name) if name.startswith(rootsep):