Using Mercurial, is there an easy way to diff my working copy with the tip file in the default remote repository

前端 未结 4 2083
遇见更好的自我
遇见更好的自我 2020-12-30 05:49

When using mercurial, I\'d like to be able to diff the working copy of a file with the tip file in my default remote repository. Is there an easy way to do this?

I

4条回答
  •  心在旅途
    2020-12-30 06:23

    to expand on Lars method (for some reason comment doesn't work), you can use the -R option on the diff command to reference a local repository. That way you can use the same diff application that you've specified within hg

提交回复
热议问题