Configuration file used by Mercurial to customize behavior. This configuration file can be applied for a specific user or on a specific repository.

learn more… | top users | synonyms

0
votes
2answers
18 views

Common HgNotify template configuration

Is there a way to point to a common HgNotify configuration in each repositories' hgrc file on windows? I have the below notify section in each hgrc for every repo that I have on the server, and when ...
0
votes
1answer
48 views

Mercurial HG 'pretxncommit.whitespace hook exited with status 1' but no hook specified

the title of this request says it all pretty much. I have no hooks defined in my .hgrc file, but I am getting this rollback message on running hg commit: transaction abort! rollback completed abort: ...
0
votes
1answer
73 views

how to get remote server hg path

I have have created remote repo to push my local changes over ssl. I did hg showconfig --debug to find my remote hg path but it messy can some one point me how to exactly find it what is it. Thanks
1
vote
1answer
66 views

Mercurial: unable to use environment variables in .hgrc file

I have two machines running Mercurial, a Solaris system and a Red Hat system. On the Solaris system I can use environment variables in the .hgrc file, but on the Red Hat system it doesn't seem to ...
0
votes
2answers
24 views

Fix email subject on windows hosted Hg server notifications

I followed the instructions here to get a Mercurial server hosted in IIS7: http://www.firegarden.com/software/hosting-mercurial-repo-iis7-windows-server-2008r2-x64-python-isapi-cgi It works great, ...
1
vote
3answers
79 views

Allow commits in Mercurial only with specific filenames

Is there a way to use the hg commit command only when filenames are supplied? This should work: hg commit file1 file2 This should not: hg commit I don't want people to mistakenly commit files that ...
0
votes
0answers
25 views

how to let mercurial to read updated new hgrc file without restart?

I want to set up one write repo server and N mirror repo servers. Is it possible to add delete mirror repo server and add new mirror repo server without restart write repo process?
0
votes
0answers
54 views

push to configured hg repository from web interface

I have a small group of developers and we all develop on our own machines. When we have code that is ready for testing, we merge and push to a RhodeCode installation. The hgrc file for my central ...
0
votes
1answer
34 views

How do I get the name of the branch that has had the most recent commit in Mercurial

What I would like to do is query the HG repo to find the branch name of the last commit. When a user pushes their commit to the repo, I am triggering a batch file via a hook in the .hg/hgrc file in ...
1
vote
1answer
424 views

creating new remote repository for existing project with Mercurial

I have a project with version.2 and i have to start working on it to develop a new version.3 . I want to create a new repo on a remote server (i.e. a mercurial-server) so that my team member could ...
1
vote
1answer
168 views

Mercurial: remote operation with different environments (remotecmd .hgrc)

There are two project in which I collaborate, they live in different servers, A and B. While A has the hg program in /opt/mercurial/bin/hg, B has it in /usr/local/bin/hg. When I want to pull/push ...
4
votes
1answer
210 views

Creating remote bookmarks while pushing to hgweb server

There's a lot of questions about bookmarks but none of them answers my question: What should I do to allow for creating bookmarks while pushing to my hgweb server? Here's what I'm getting while ...
1
vote
1answer
37 views

Mecurial repository files lost - How do I recreate and push to the original cloned repo?

I just lost my .hg* files for my repository after a migration and I have made a bunch of unpushed changes to some code. I need to Init a new repository and then push my changes to an existing remote ...
2
votes
1answer
1k views

Pushing with mercurial: abort: no username supplied (see “hg help config”)

I'm not sure why but since today I have the problem with pushing my source to repo. I got abort: no username supplied (see "hg help config") The thing is that I have [ui] section in hgrc: [ui] ...
1
vote
1answer
69 views

Getting ~ to expand in .hgrc on Windows

Is it possible to get the following to work? [ui] ssh = ~\bin\ssh -i ~\.ssh\my_key Using the Googles implies it must work for some people (Linux users?), but it's definitely not working for me. ...
1
vote
1answer
306 views

How to specify username and password for Hgsubversion

I would like to know how to specify user name and password to be used in pushing changes to subversion repository from HG using Hgsubversion I would like to know where in my repository I should set ...
1
vote
1answer
3k views

How to solve error message “abort: repository default-push not found! ” in Mercurial?

I am new to Mercurial and tried to push a test file to a repository online. I have encountered an error message as abort: repository default-push not found! when I tried to use hg push command. I ...
1
vote
1answer
402 views

allow_push on .hg/hgrc doesn't seem to work

I'm setting up a mercurial server with LDAP auth where I want to allow access per repo so I'm creating a hgrc under .hg for each repo. [web] allow_push = user1 My problem is that If I use these ...
2
votes
1answer
141 views

Are hgrc files inside a mercurial repo tracked by the repo itself?

We have an hgrc file that contains settings that should be global to all members of our development team. When I make changes to my hgrc file I do not appear to be able to have these changes ...
4
votes
2answers
295 views

Mercurial hook that operates like 'changegroup', but only on push?

We've built a changeset propagation mechanism, but it relies on bundling and unbundling the new changesets. If we were to use the changegroup hook, then it would cause cyclic behaviors, because the ...
2
votes
1answer
67 views

Modify the default command of mercurial

by default, just typing hg in the command prompt will show the basic help - what is nice for novice, of course. But is there a way to modify this, so that for example the current summary is shown? ...
10
votes
1answer
4k views

Setting username in Mercurial .hgrc file

I have been browsing SO and Google for a solution to my basic problem, and so far I have had no luck. I am brand new to Mercurial and have just installed it on my Mac. I am using it for personal ...
2
votes
1answer
86 views

Mercurial: Prevent Untrusted warning from printing out

When performing some action on another user's repo, you will see the message Not trusting file /home/bob/repo/.hg/hgrc from untrusted user bob, group users This is fine, and I don't necessarily ...
4
votes
1answer
295 views

Make .hgignore in a Mercurial repository available to all subrepos?

I have a Mercurial repository with several subrepos. Is there a possibility to only define a general .hgignore-File (e.g. to ignore object-files) both in the main repository and, optionally a ...
3
votes
4answers
556 views

How do I set up a hook in HG / Mercurial that gets dictated by the repository?

I have a need for a hook to run after update (this will build the solution they have updated) and I don't want to have to add that hook manually for each person that clones my central repository. ...
8
votes
1answer
2k views

Pulling from Mercurial - certificate error

I was trying to pull from a server, and I get the following error: C:\Users\User\hg_repo>hg pull abort: error: _ssl.c:490: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICAT E:certificate ...
0
votes
1answer
45 views

How do I reference the repository's hgrc sections from within my custom hook?

I've written a generic changegroup hook function that I would like to customize for each repository by setting some hgrc section variables, like so: [my_hook_params] name = whatever version = 1.0 ...
18
votes
1answer
1k views

Mercurial: Globally Ignore Files

I know about .hgignore and how I can ignore files on a project-by-project basis. I want to ignore stuff for all Mercurial repositories. Is there something I can stick in .hgrc? Or put a .hgignore in ...
0
votes
2answers
150 views

How to change revision format in Google Code?

I'm REALLY new to DVCS and am trying out Mercurial with Google Code as I'd like to share some extensions that I recently wrote for Google Chrome. I notice that in Google Code, most projects seem to ...
1
vote
3answers
249 views

Cross-platform hgrc solution?

I'm looking for a solution to have one .hgrc for mercurial to work in all my working environments(win/lin/mac), just like one vimrc to rule all. It comes to a problem when I have to specify the path ...
7
votes
1answer
821 views

Repository relative paths in Mercurial .hgrc file

I'm trying to create a shared hgrc file with common extensions for Mercurial, so my coworkers can get a consistent experience and find useful tools. Enabling extensions that don't ship with Mercurial, ...
2
votes
1answer
740 views

Mercurial - how to force a merge for certain files?

I am trying to force a manual merge for certain files per this question but it isn't working. Certain pom files are being auto merged even though I believe I have configured my .hgrc correctly. Any ...
3
votes
2answers
241 views

How does one configure mercurial hg to not retain backups by default?

I never use those .orig files, and I hate cleaning them up manually. Is there a way to configure hg revert to use the --no-backups option by default? I can't find it in the Mercurial manual Using a ...
1
vote
1answer
340 views

Set Mercurial (Hg) Contact (or owner) via command line

Is there a way to set the owner (contact field) via the hg or hgtk command line options? I can bring up the repository configuration via: >> hgtk repoconfig What I want to do is something ...
1
vote
1answer
943 views

ACL in Mercurial

I'm trying to get ACL working in Mercurial. Now, I'm not positive that it will work at all because I'm using hg 1.5.1. (I'm working on figuring out who I have to talk to to get someone to upgrade that ...
8
votes
2answers
401 views

How can we customize the default commit message used by the fetch extension?

The default commit message that fetch uses, "Automated merge with ...." is long, ugly and litters the history with local directory paths. I'd like to replace it with a simple "Automated merge" or just ...
3
votes
1answer
257 views

Mercurial Conditional %include?

I would like parent directories of projects to include an hgrc file that a repo in that folder inherits from, e.g. ~/work/ ~/work/hgrc ~/work/project1/ ~/work/project2/ ~/personal/hgrc ...
4
votes
5answers
2k views

Get a 404 Error when clone, pull mercurial repository

I have a repository in here http://repos.joomlaguruteam.com/ I using hgweb.cgi this is my hgweb.config file [web] baseurl = #allowpull = true allow_push = * push_ssl = false allow_archive = bz2 gz ...
1
vote
4answers
181 views

How to checkout configuration file and rename it using mercurial?

How do I tell mercurial to copy a file from /home/configs/config.ini into my local clone everytime I run hg clone /home/hg/repo1 without tracking it ? For example > ls -l /home/hg/repo1 ...
2
votes
2answers
334 views

Mercurial deny clone/pull?

I'm currently developing a Python Fabric script that contains some sensitive information. I would like to put this in a repository for a certain few users to access. I've put this in my hgrc file: ...
3
votes
2answers
592 views

Checking hgrc file into Mercurial

I have a project using mercurial for version control, SCons to build, and google test to write unit tests. The hgrc file hooks pre-commit and runs SCons to build the project and and run unit tests. Is ...
5
votes
2answers
485 views

Can I set Mercurial config options programatically?

I'm looking for a way to set .hgrc configuration items without actually editing the text file. I'm trying to standardize the setup of the hgrc across multiple developers and I would like a command ...
14
votes
2answers
2k views

hg: How do I change the language of my Mercurial(hg) installation? (MacOS)

I re-installed mercurial on my Mac (snow leopard) yesterday. The UI/console language of Mercurial has changed from English to Danish. My machine is set up to US-English and my keyboard layout is ...
1
vote
1answer
148 views

Git's alternative to .hgrcpath

Does Git have anything like Hg's HGRCPATH, i.e. an enviromental variable which you can modify to change the location where Hg will search for its global configuration file. In git that can be ...
9
votes
1answer
270 views

Can I include sub-config files in my mercurial .hgrc?

I want to keep my main .hgrc in revision control, because I have a fair amount of customization it in, but I want to have different author names depending on which machine I'm using (work, home, ...
0
votes
2answers
460 views

How do I write my hgrc so that Mercurial detects my hooks?

've written two functions in a file commit_hooks.py that I want to run before any commit is made persistent, but I can't figure out how to write my hgrc to detect them. The function headers are: def ...
0
votes
1answer
187 views

Including mercurial extensions from eggs

Is there some way to import an extension from an .egg file? For example hggit installs itself as hg_git-0.2.4-py2.5.egg, which cannot be listed under [extensions] directly, or it's interpreted as a ...
5
votes
2answers
3k views

How to config mercurial to push without asking my password through ssh?

I use mercurial in my project, and every time I push new changesets to the server by ssh, it ask me for a password. Then how to config the mercurial to push with out asking password? I works on ...
1
vote
1answer
728 views

In Mercurial, after “hg init” to create a project and pushing onto server, how to make local directory to have “hg path” of the server?

When a project is started with mkdir proj cd proj hg init [create some files] hg add file.txt hg commit hg push ssh://me@somewhere.somehost.com/proj now when hg path is issued, nothing will show. ...
2
votes
1answer
509 views

Mercurial - User Specific Ignore file

I am trying to get mercurial to ignore hidden files for a specific user. I used the directions here: http://stackoverflow.com/questions/2395179/how-to-make-mercurial-ignore-all-hidden-files and got ...

1 2