Exemplo n.º 1
0
 def print_diff_mappings(self, dir):
     diff_files = submitted_diffs.get_all(dir)
     for diff_file in diff_files:
         callsign_mappings = phab_diff.get_callsign_mapping()
         group_number = submitted_diffs.get_diff_group_number(
             diff_file, callsign_mappings=callsign_mappings)
         print('Diff file {0} is by group {1}'.format(
             diff_file, group_number))
Exemplo n.º 2
0
 def go(self, dir, project_part):
     diff_files = submitted_diffs.get_all(dir)
     for diff_file in diff_files:
         self.create_diff_and_revision(os.path.join(dir, diff_file),
                                       project_part)
Exemplo n.º 3
0
 def go(self, dir, project_part):
     diff_files = submitted_diffs.get_all(dir)
     for diff_file in diff_files:
         self.create_diff_and_revision(os.path.join(dir, diff_file), project_part)
Exemplo n.º 4
0
 def print_diff_mappings(self, dir):
     diff_files = submitted_diffs.get_all(dir)
     for diff_file in diff_files:
         callsign_mappings = phab_diff.get_callsign_mapping()
         group_number = submitted_diffs.get_diff_group_number(diff_file, callsign_mappings=callsign_mappings)
         print('Diff file {0} is by group {1}'.format(diff_file, group_number))