Lines Matching refs:info
165 logging.info("Server: %s; Host: %s", self.host, self.host_override)
167 logging.info("Server: %s", self.host)
249 response.info()["location"] != continue_location):
417 help="Print info level logs (default).")
496 logging.info("Using debug user %s. Override with --email" % email)
569 logging.info("Running %s", command)
768 info = RunShell(["svn", "info"])
769 for line in info.splitlines():
776 logging.info("Removed username from base URL")
784 logging.info("Guessed Python base = %s", base)
789 logging.info("Guessed CollabNet base = %s", base)
794 logging.info("Guessed Google Code base = %s", base)
799 logging.info("Guessed base = %s", base)
802 ErrorExit("Can't find URL in output from svn info")
815 logging.info(line)
1098 logging.info(line)
1247 logging.info("Guessed VCS = Subversion")
1297 logging.info("Enabled upload of base file")
1342 for file, info in files.iteritems():
1343 if not info[0] is None:
1344 checksum = md5.new(info[0]).hexdigest()