changeset

Mercurial - all files that changed in a changeset?

How can you determine all the files that changed in a given changeset? I'm not looking for a diff in this case, just a list of add/remove/modifications. hg log -vprX does a list of diffs but I just want the files. ...

Dock Changeset Details dialog into a tab?

In TFS 2010, is there a way to dock Changeset Details dialog into a tab so that I can browse through changeset quickly like SVN? As of now, I have to click on a changeset to see the details in a dialog and then close it and click on another. ...

WCF Ria Services ChangeSet.GetOriginal(): How does it work?

Hello, I have a fairly simple question to which I cannot seem to find the answer for. I have a silverlight app with Ria Services. In the DomainService class I have an update method like below: public void UpdateConversationState(ConversationState currentConversationState) { var original = ChangeSet.GetOriginal(currentConver...

Display list of changesets linked to a particular Ticket on Trac

I have a Trac installation with the Trac-Git plugin. When committing to git, I can use TracLinks to reference to a Bug by using a prefix bug:123 or #123 and the changeset is linked to the bug. I want to achieve the reverse effect now. On a given ticket, I want to see a list of all the Changesets associated with it. I read in other thread...

Build Solution on TFS using a specific changeset

I am developing a project that uses TFS to build solutions. But I found an error that I do not know how to solve it. When we compile a solution, we can specify a changeset to compile, right? Imagine the following scenario: At this moment the last changeset is number C100 We created the proj file in TFS. After creating the file, the C10...