Home | History | Annotate | Download | only in scripts

Lines Matching refs:relpath

1109     oldrelpath = relpath = self._GetRelPath(filename)
1111 out = RunShell(["hg", "status", "-C", "--rev", self.base_rev, relpath])
1115 if out[0].startswith('%s: ' % relpath):
1129 new_content = open(relpath, "rb").read()
1135 if not is_binary or not self.IsImage(relpath):