Lines Matching refs:relpath
1219 def MatchAt(ctx, pats=None, opts=None, globbed=False, default='relpath'):
3467 oldrelpath = relpath = self._GetRelPath(filename)
3468 out = self.get_hg_status(self.base_rev, relpath)
3470 if len(out) > 1 and status == "A" and what == relpath:
3484 new_content = open(relpath, "rb").read()
3490 if not is_binary or not self.IsImage(relpath):