##// END OF EJS Templates
convert: handle svn tree with empty roots (issue2079)
Patrick Mezard -
r10618:508fda6b stable
parent child Browse files
Show More
@@ -812,6 +812,9 b' class svn_source(converter_source):'
812 812 break
813 813 if not paths:
814 814 self.ui.debug('revision %d has no entries\n' % revnum)
815 # If we ever leave the loop on an empty
816 # revision, do not try to get a parent branch
817 lastonbranch = lastonbranch or revnum == 0
815 818 continue
816 819 cset, lastonbranch = parselogentry(paths, revnum, author,
817 820 date, message)
General Comments 0
You need to be logged in to leave comments. Login now