dvcs
Why is mercurial dumb when merging? How can I make pulling/merging changes simpler?
I just started to use Mercurial and I think I\'m trying to do something very simple, something that should be quite typical, but I\'m stumped on why it\'s so complicated, and why it doesn\'t just work[详细]
2023-02-12 21:18 分类:问答How is dvcs (git/mercurial) branching and merging support better than svn's?
Lots of articles on dvcs systems claim superior branching and merging support as one reason to move from svn to 开发者_JAVA百科dvcs systems. How exactly do these systems do branching and merging diffe[详细]
2023-02-11 08:22 分类:问答Merging two branches without actually merging
This looks like a fairly common and straightforward requirement, but I\'ve looked into transplant extension, rebase, import, export, etc, and I have yet to figure it out. Hopefully I am missing out so[详细]
2023-02-08 01:02 分类:问答Mercurial Subrepositories: Prevent accidental recursive commits and pushes
I work on a team where we have a code in a mercurial repository with several subrepositories: main/ main/subrepo1/[详细]
2023-02-07 23:50 分类:问答DVCS Repo Design - separate dev from stable using branches or separate repos?
I\'m working on a \"plan of action\" at my job for migrating our source control from SourceSafe 6.0 (ugh) to a DVCS like git or Mercurial (preferably git ATM).Right now I am working on the future repo[详细]
2023-02-07 08:17 分类:问答Can I track last pull in Mercurial?
I\'ve recently discovered the collapse extension and I love it. I can work and commit often, and when I\'m done with my work I can collapse revisions into one logical changeset. One big changeset inst[详细]
2023-02-07 01:04 分类:问答Do you know a good program to draw DVCS graphs?
Recently I was trying to introduce improvements to a DVCS workflow in the com开发者_如何学Cpany I work for. To make it happen I need to write a document describing the changes - cause it\'s for manage[详细]
2023-02-06 20:49 分类:问答Mercurial: How to switch to a named branch if a tag has the same name?
I am just playing around with Mercurial at the moment and this may never come up as an issue, but I just created a repository and added some changes.I tagged it at one point then created a named branc[详细]
2023-02-05 13:18 分类:问答noob: Not able to checkout code using Bazaar explorer
So i started Bazaar explorer and set my local path to a project folder on desktop. I have an http URL in the format http://XXX.XXX.X.XX/trunk..I tried checking out the code by entering the URL in the[详细]
2023-02-05 05:33 分类:问答Mercurial how to rollback to a tag?
I am a little confused about how to rollback to a tag in Mercurial. (which I am very new to) Say I have a tag called "Version-1.0" which was several revisions ago. lets say we are at r400 no[详细]
2023-02-04 20:25 分类:问答