subrepo: handle adding svn subrepo with a svn:external file in it (issue2931)

This commit is contained in:
Vasily Titskiy 2011-07-28 13:28:32 -04:00
parent a315a7adaf
commit a8f0b7449a

View File

@ -606,7 +606,7 @@ class svnsubrepo(abstractsubrepo):
if item == 'external':
externals.append(path)
if (item not in ('', 'normal', 'unversioned', 'external')
or props not in ('', 'none')):
or props not in ('', 'none', 'normal')):
changes.append(path)
for path in changes:
for ext in externals: