I\'ve written a generic changegroup hook function that I would 开发者_StackOverflow中文版like to customize for each repository by setting some hgrc section variables, like so:
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.
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\'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.
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 Mercuria
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
The default commit message that fetch uses, \"Automated merge with ....\" is long, ugly and litters the history with local directory p开发者_如何学编程aths. I\'d like to replace it with a simple \"Aut
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
I have a repository in here http://repos.joomlaguruteam.com/ I using hgweb.cgi this is my hgweb.config file
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 ?