2
votes
2answers
55 views
How does Mercurial handle splitted files?
How does mercurial handle splitted files? What will happen if I create a branch and split a file. Can I easily pull changes from another branch which modifies the original, unsplit …
2
votes
2answers
56 views
Why does mercurial “hg log --style paper” give me “permission denied” error?
hg log works.
hg log --style does not work.
C:\temp\myhg>"c:\program files\mercurial\hg" log
changeset: 0:9c62e300d833
user: Administrator@biostar
date: Wed Oc …
1
vote
1answer
30 views
Mercurial branching and bookmarks
I read some information about named branches and working with bookmarks. Unfortunately I still don't see a difference between them. Is there any?
Is there any difference between:
…
1
vote
2answers
36 views
Moving incomplete code between mercurial checkouts
I checked out the codebase on my desktop computer and worked some on it. Now Im going away and want those changes on my laptop.
One solution is to simply commit the incomplete cod …
1
vote
2answers
46 views
Tips on upgrading CVS to git/hg?
We still use CVS, I use git and hg for my personal use though I'm still a novice at both, but I realize they're much more modern and better, faster, distributed, etc.
It's just ev …
1
vote
1answer
56 views
mercurial (hg) syntax equivalent of git’s “^”, meaning the commit PRIOR to the specified commit.
In git, for a given commit X, X^ means the commit prior to X.
Is there an hg equivalent?
1
vote
1answer
47 views
Mercurial - how do I populate repository descriptions for hgwebdir.cgi?
Currently if I specify a description in hgwebdir.config it shows up the same for each repository. I want to have a unique name for each repository. Where and how do I set this?
My …
0
votes
4answers
64 views
Diffing between two entire directories/projects?
I inherited a project originally stored in CVS with all the revisions. I made quite a few edits, and I'm trying to compare all the changes I made in the original directory, in rega …
0
votes
1answer
19 views
Does hg pull only operate on the current working directory?
I have multiple mercurial repositories and used hg clone to create backups of them on our file server. Now I want to write a batch file that updates them once a day by running hg p …
0
votes
1answer
31 views
Sync files in Two Different Repos using HG
Hi All:
I've got a problem when I try to sync files in two different repos. What I want to do is:
I've got 2 repos A and B, and they share some common files, suppose they lie in …
0
votes
1answer
69 views
git for mercurial like git-svn
Hello is there a tool for git that allow to work with mercurial repositories
F.e. for svn there is a git-svn package, that allows to clone/commit/update from svn and work in a git …
0
votes
0answers
57 views
can’t install mercurial on mac os x [closed]
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 …
