Kaydet (Commit) e7322202 authored tarafından S.Çağlar Onur's avatar S.Çağlar Onur

fix fox

System Error. Program Terminated.
exceptions.AttributeError: 'module' object has no attribute 'issymlink'
üst 6731b194
......@@ -280,7 +280,7 @@ def get_file_hashes(top, exclude_prefix=None, removePrefix=None):
try:
return func(f)
except FileError, e:
if os.path.issymlink(f):
if os.path.islink(f):
ctx.ui.warning(_('Ignoring "external" link %s') % f)
else:
raise e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment