martinvonz added a comment.

  In https://phab.mercurial-scm.org/D5855#86040, @martinvonz wrote:
  
  > In https://phab.mercurial-scm.org/D5855#86020, @yuja wrote:
  >
  > > > - absorig = scmutil.origpath(self.ui, repo, absf) +                
absorig = scmutil.backuppath(self.ui, repo, f) self.ui.note(_('saving current 
version of %s as %s\n') %
  > > > - (f, os.path.relpath(absorig))) +                             (f, 
os.path.relpath(absorig, start=repo.root)))
  > >
  > > Why printing a repo-relative path instead of cwd-relative one?
  >
  >
  > Oops, not intended. Feel free to fix it. Otherwise I'll do that in about 
two hours.
  
  
  Fixed in the hg-committed repo.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5855

To: martinvonz, #hg-reviewers
Cc: yuja, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to