specs = [(f['path'] + "#" + f['rev'], f) for f in files
if f['action'] != 'delete']
if not specs:
return
data = read_pipe('p4 print %s' % ' '.join(['"%s"' % path
for (path, info) in specs]))
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.