Fix bug prevent hg subRepository from being printed

This commit is contained in:
Florian Scholdei
2020-10-05 15:32:26 +02:00
parent 1e410a71a7
commit a7b8a02fa5

View File

@@ -244,6 +244,7 @@ class File_Printer:
self.writer.write( format % (file.path(), file.size(), date, description) )
def print_sub_repository(self, path, subrepo):
self.result_count += 1
if self.shouldPrintResult():
format = b'%s/ %s %s\n'
if self.transport: