Home | History | Annotate | Download | only in codereview

Lines Matching refs:relpath

981 def ReplacementForCmdutilMatch(ctx, pats=None, opts=None, globbed=False, default='relpath'):
3266 oldrelpath = relpath = self._GetRelPath(filename)
3267 out = self.get_hg_status(self.base_rev, relpath)
3269 if len(out) > 1 and status == "A" and what == relpath:
3283 new_content = open(relpath, "rb").read()
3289 if not is_binary or not self.IsImage(relpath):