Lines Matching refs:info
747 tout.info(
842 tout.info(f'Updating branch {name} from {oid(branch.target)} to '
950 tout.info(f"Processing {count} commits from branch '{name}'")
958 vals.info = ''
964 lines.append([vals.info.strip(),
967 max_len = max(len(info) for info, rest in lines) + 1
968 for info, rest in lines:
969 if info:
970 info += ':'
971 tout.info(f'- {info.ljust(max_len)} {rest}')
994 vals.info = 'marked'
996 vals.info = 'has mark'
1030 vals.info += f'rm v{add_vers} '
1032 vals.info += f'add v{add_vers} '
1037 if 'add' not in vals.info:
1038 vals.info += 'add '
1039 vals.info += f"links '{new_links}' "
1041 vals.info += f"upd links '{new_links}' "
1083 vals.info += (f'added {len(lines)} '
1323 info = SerVer(svid, None, None, None, cover.id,
1326 info = SerVer(svid, None, None, None, None, None, patches[0].name,
1328 self.db.ser_ver_set_info(info)