##// END OF EJS Templates
subrepo: handle adding svn subrepo with a svn:external file in it (issue2931)
Vasily Titskiy -
r14994:a115b5ee stable
parent child Browse files
Show More
@@ -606,7 +606,7 b' class svnsubrepo(abstractsubrepo):'
606 if item == 'external':
606 if item == 'external':
607 externals.append(path)
607 externals.append(path)
608 if (item not in ('', 'normal', 'unversioned', 'external')
608 if (item not in ('', 'normal', 'unversioned', 'external')
609 or props not in ('', 'none')):
609 or props not in ('', 'none', 'normal')):
610 changes.append(path)
610 changes.append(path)
611 for path in changes:
611 for path in changes:
612 for ext in externals:
612 for ext in externals:
General Comments 0
You need to be logged in to leave comments. Login now