0
votes
4answers
41 views
can’t install mercurial on mac os x
Hey,
I can't install mercurial. I am getting this error -
---> Computing dependencies for mercurial
Error: Unable to execute port: can't read "build.cmd": Failed to locate …
4
votes
3answers
47 views
mercurial: test whether a branch contains a changeset
I wonder whether there is a mercurial command/extension that just tests whether a given changeset is in a branch. The command would be something like:
hg contains [-r branch] chan …
0
votes
2answers
26 views
.hgignore whole directory tree excepting one specific file
Can anyone tell me the .hgignore pattern to track one specific file in a directory and to ignore everything else?
I have a "media" directory which contains a "default.png", for ob …
1
vote
1answer
34 views
HG update to revison problem
Using Mercurial, TortoiseHG, Win XP.
I had a working directory with a number of files. Committed and ready.
My syncing software [incorrectly configured] copied some very old file …
0
votes
2answers
59 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 …
2
votes
2answers
64 views
Mercurial: Why would you maintain separate branches/versions of software in separate cloned repos rather than with tags?
I'm looking at the mercurial handbook, chapter 6 "Working with multiple branches". In there the author states that if you have separate versions/branches of the same software that …
0
votes
1answer
28 views
Hg Pull vs. Update to branch tip
Using TortoiseHg Synchronize, clicking "Pull" pulls down the 2nd most recent revision.
At the bottom of the Synchronize interface is a button, "Update to branch tip." Clicking …
2
votes
8answers
238 views
Version control; choices, choices, choices!
Our setup as follows:
We have a local development server running Ubuntu, with a setup to mirror that of our live host.
Each developer works on a Windows machine and accesses the f …
26
votes
8answers
883 views
Git and Mercurial - Compare and Contrast
For a while now I've been using subversion for my personal projects.
More and more I keep hearing great things about Git and Mercurial, and DVCS in general.
I'd like to give the …
2
votes
2answers
33 views
Exporting an unversioned copy of a tag from Mercurial
I'm fairly comfortable with SVN, but have been looking at Mercurial for it's ability to perform offline commits. Something I haven't been able to figure out is how to do an unvers …
1
vote
1answer
22 views
Mercurial: Export last n revision into MQ
Hi,
is there an easy way to export last n commits into a new mq queue and strip the commits from the real repository?
I do often start out developing a new feature, later realisi …
0
votes
1answer
27 views
Why does hg clone of hg.netbeans.org/main report “9 integrity errors”?
I just finished cloning the (huge) netbeans repository for
the second time. I found that I couldn't
successfully pull changes, after my first attempt to clone, earlier this week.
I …
0
votes
2answers
74 views
mercurial use case solution
Hi,
the project that i am involved in has a lot of small modules that are managed by different developers.We are currently using svn but wanting to switch to mercurial,as we need …
1
vote
2answers
49 views
Convert Subversion repository to Mercurial
I am trying to convert an SVN repository to Mercurial, but I'm having some troubles. These are the steps I've taken: (I am on Windows)
Turned on "convert" in the extensions
Ope …
2
votes
1answer
39 views
Subversion python bindings could not be loaded
This is a but of a part 2 in trying to convert an SVN repository to a Mercurial one
command is:
hg convert file://c:/svnrepository
but, the output I get is:
assuming destinati …
