The tag has no wiki summary.

learn more… | top users | synonyms

52
votes
8answers
6k views

With Mercurial, how can I “compress” a series of changesets into one before pushing?

Let's say I have a local and a remote Mercurial repository. Now, I start working on a feature. I work on it, and when I think it's done, I commit the changeset. Testing it a bit more, I find that I ...
19
votes
3answers
8k views

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 ...
11
votes
5answers
4k views

How can I open a single changeset in TFS from within Visual Studio

Someone emailed me a TFS changeset ID and now I am trying to open this single changeset. Is there an easy was to do this from within Visual Studio (VS 2008 if it matters)?
10
votes
3answers
1k views

Injecting mercurial changeset as version information in a C executable

I would like the executables for a project I am working on to have the latest mercurial changeset recorded so that when a user complains about buggy behavior, I can track which version they are using. ...
9
votes
3answers
20k views

TFS: Labels vs Changesets

I am trying to come up with best practices regarding use of TFS source control. Right now, anytime we do a build, we label the files that are checked into the TFS with the version number. Is this ...
9
votes
1answer
868 views

How to compare sets of changesets between 2 Mercurial branches?

I've got a (remote) Hg repository with a couple branches. I want to verify that branch A has every changeset that branch B has (it may have more, and that's OK). Is there an easy way to do this with ...
9
votes
3answers
5k views

How do I figure out which changeset a label in TFS was applied to?

We're using Team Foundation Server and we are using Labels to create points in our version history where specific versions (either internal or external) were produced. Right now we were wondering if ...
9
votes
0answers
491 views

What does Approve button do with changeset on Bitbucket? [closed]

What is the purpose of this button?
8
votes
5answers
5k views

Java: how to get mercurial current changeset number for use in program

I've recently started using mercurial for version control in a Java project. When I run my program, the input parameters it has used to produce certain a output, are written to a specific file. It ...
7
votes
3answers
2k views

TFS Build specific changeset and deploy it using the changeset number

I have a Build Definition to build a solution on my TFS. This works well, but it always builds the latest version. How can I force to build a specific changeset from the past? How can I use/pass ...
7
votes
4answers
5k views

How can I extract all changed files of a changeset in Mercurial?

Until recently we have been using SVN for all projects of our web studio, and there is a very convenient feature present in several clients like Subversive and TortoiseSVN that can extract all files ...
6
votes
5answers
2k views

Getting TFS to put the changeset in the assembly version

I have got a Team Foundation Server Build running cleanly. It produces several assemblies and I would like the assemblies versions to have the last number to be the changset number. That is, if I ...
6
votes
1answer
3k views

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

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 ...
5
votes
3answers
3k views

How can I push/pull an individual changeset between repositories in Mercurial?

I have the following situation: I have site A, which has it's Mercurial repo, and we've been developing it for a while. Let's say A has had 5 revisions. We now has to create Site B, which is almost ...
5
votes
2answers
477 views

What is the meaning of an asterisk appended to a TFS changeset number

I am looking at candidate changesets for a merge and I get some output I don't understand: tf merge /candidate /recursive $/Acme/Branches/Release/3.5 $/Acme/Trunk Changeset Author ...

1 2 3 4 5 10
15 30 50 per page