English 中文(简体)
雇佣军——同时发出多种改动?
原标题:Mercurial - diff multiple changesets at same time?

推广我们使用:

  • hg diff -c <xyz>: Show diffs for a given changeset
  • hg diff -r <xyz>: Show all diffs since a given changeset

但是,请你说,第4-5-6-7-8号修改意见涉及系统的一个特定领域,而其中第4、6、8条修改意见则涉及系统的一个特定领域,而你想看到这三个改动,你们将如何做? 如果对A号案作了修改,第4和第8号修改,则该名副手将显示第3和第8号更改之间的区别。

最佳回答
问题回答

暂无回答




相关问题
Can I clone part of a Mercurial repository?

Is it possible to clone part of a Mercurial repository? Let s say the repository is quite large, or contains multiple projects, or multiple branches. Can I clone only part of the repository? E.g. in ...

Sync files in Two Different Repos using HG

I ve got a problem when I try to sync files in two different repos. What I want to do is: I ve got 2 repos A and B, and they share some common files, suppose they lie in A/docs/common/ and B/docs/...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

git for mercurial like git-svn

Hello is there a tool for git that allow to work with mercurial repositories F.e. for svn there is a git-svn package, that allows to clone/commit/update from svn and work in a git way.. So is there ...

Useful Mercurial Hooks [closed]

What are some useful Mercurial hooks that you have come across? A few example hooks are located in the Mercurial book: acl bugzilla notify check for whitespace I personally don t find these very ...

热门标签