Tagged Questions

27
votes
2answers
3k views

In Mercurial, how do I merge a single revision?

In Mercurial/tortoiseHG, given the following example, what is the easiest way to merge revision "G" into repo A without taking D,E and F (Assume that G has no dependency on D,E or F). Repo A: A - B ...
2
votes
1answer
78 views

Mark changes as already merged or deliberately ignored with hg pull/push/merge/graft?

I'm transitioning to Mercurial from Subversion, where I'm used to using svnmerge.py to track changes that have already been merged, or which have been blocked from being merged: # Mark change 123 as ...
0
votes
1answer
24 views

HG workflow : how to pick/abandon single changesets from branch clones

I think it is common practice of many development teams to create new features or bugfixes in a separate feature clone repository and pull and merge back if the feature/bugfix is ready. However, ...
0
votes
0answers
48 views

Mercurial GUI client for OS X with cherry-picking?

This is the one feature that I'm missing from GitX. Is there any such client out there? What I mean by cherry-picking is the ability to include only certain rows in a commit. Like crecord, but with a ...