##// END OF EJS Templates
Litle info messages update
Marcin Kuzminski -
r26:b3307ca6 default
parent child Browse files
Show More
@@ -43,6 +43,7 b' class BackupManager(object):'
43 43 logging.info('backing up %s', dir)
44 44 tar.add(os.path.join(self.repos_path, dir), dir)
45 45 tar.close()
46 logging.info('finished backup of mercurial repositories')
46 47
47 48
48 49 if __name__ == "__main__":
General Comments 0
You need to be logged in to leave comments. Login now