mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
Fix bug prevent hg subRepository from being printed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user