Mercurial is a fast, open-source, distributed version control system.
1
vote
0answers
5 views
mercurial: how to update production files without a server
I need to control the version of a few files accessible via an SMB share. These files will be modified by several people. The files themselves are directly used by a web server.
Since these are ...
0
votes
0answers
13 views
Mercurial clone russian symbols like '?'
I work in Linux Red Hat 4.1.2-48 from PuTTy where set encoding UTF-8(PuTTy).I installed mercurial 2.2.1 and his repository. In 'hgrc' file of repository encoding set UTF-8 like :
[web]
allow_push = ...
0
votes
1answer
12 views
Undoing a revert in mercurial (not a duplicate query)
I have a mercurial repo with no uncommitted changes. I was on revision 846, and decided my last 2 commits were junk and wanted to carry on as if from revision 844. So I was going to type:
hg revert ...
2
votes
0answers
18 views
Mercurial - race condition when pushing with subrepos
With a fairly basic subrepo structure like this:
parent
parent/subrepo1
parent/subrepo2
Race conditions tend to occur when multiple users push changes at the same time. Simple example:
...
-1
votes
1answer
25 views
closed source version control software [closed]
Why would some people purchase closed source version control software (such as Code co-op and plastic SCM) while there are many open source software like git, Mercurial and Bazaar? Does closed source ...
0
votes
0answers
7 views
Setting Up Hudson To Pull From BitBucket Using Mercurial
I am using Ubuntu 12.04 and am able to pull from my bitbucket repository fine through the terminal using the "hg clone sshURL" command as user Hudson.
However, when I try to pull through the hudson ...
0
votes
2answers
24 views
Mercurial complains repository is corrupt when its not
I am on ubuntu 12.04 and using hg 2.5.2
I did a hg init and am trying to clone a repository using hg clone, hg dies with the following error
transaction abort!
rollback completed
abort: integrity ...
-1
votes
1answer
40 views
Version Control Software for Python Development [closed]
I am looking for a version control software that works best for python development. I found that Mercurial, Bazaar, and Codeville are written in Python, so I think it would be easy for python users to ...
1
vote
1answer
24 views
tortoisehg merging selected changes
I am trying to merge part of a commit from the default branch (not all files and parts of other files) to a named branch. I tried graft, but it just takes the whole commit wthout giving me a chance to ...
0
votes
2answers
28 views
How can I fix this bad Merge in Mercurial?
I have this scenario. First of nothing, yes I know, we are working directly on the trunk, that will change tomorrow (literally).
This guy merged code and walked over everybody else code. I'd like ...
0
votes
0answers
7 views
Big project layout [migrated]
I want to know how to manage a big project with many components with version control management system.
In my current project there are 4 major parts.
Web
Server
Admin console
Platform.
The web ...
0
votes
2answers
14 views
Mercurial doesn't ask for password in Apache
My apache config:
GNU nano 2.2.6 File: /etc/apache2/conf.d/hg.config
# Use PerlLoadModule Apache2::Redmine when using apache2, or else you might get$
PerlLoadModule ...
0
votes
2answers
34 views
Converting from Hg to git, taking opportunity to edit history
So I have a Mercurial repository that I want to convert to git, nothing special there, I know how do that, fast-export as explained here is a brilliant tool for that.
What I want to do, is take this ...
1
vote
2answers
31 views
Mercurial diff including first changeset
I have recently encountered the need to generate a Mercurial diff of all changes up to a particular changeset which includes the first changeset of the repo. I realize this kind of stretches the ...
1
vote
0answers
26 views
Why is HG command line running slow even for local access?
Just typing 'hg' results in a 15 second response time to show me the list of commands.
I've tried uninstalling TortoiseHG and installing a newer version. I even uninstalled tortoise and installed just ...