NLGQAH4H35XC5XTH26BRXVFWGPPAMA4MDN3MHMGCOYE6ZZQMQ4AAC
SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC
let path = self.files[0].to_str().unwrap();
let mut root = crate::current_dir()?; root.push(&self.files[0]); let path = root.strip_prefix(&repo.path)?.to_str().unwrap();
let mut root = crate::current_dir()?;
root.push(&self.files[0]);
let path = root.strip_prefix(&repo.path)?.to_str().unwrap();
let path = self.file.to_str().unwrap();
let mut root = crate::current_dir()?; root.push(&self.file); let path = root.strip_prefix(&repo.path)?.to_str().unwrap();
root.push(&self.file);
.filter(|e| e.flag.contains(EdgeFlags::BLOCK) && !e.introduced_by.is_root())
write!(self.w, "\n")?;
writeln!(self.w, "")?;
writeln!(self.w, "\n")?;