hgrc
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.[详细]
2023-02-06 14:58 分类:问答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[详细]
2023-02-06 09:04 分类:问答Can I set Mercurial config options programmatically?
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开发者_StackOverflow社区 and I[详细]
2023-02-03 10:40 分类:问答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.[详细]
2023-01-22 10:48 分类:问答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 a开发者_运维问答uthor names depending on which machine I\'m using (w[详细]
2023-01-21 02:41 分类:问答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.[详细]
2023-01-18 14:50 分类:问答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 s[详细]
2023-01-15 09:51 分类:问答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 ss开发者_Python百科h, it ask me for a password.[详细]
2023-01-14 13:34 分类:问答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[详细]
2023-01-11 21:25 分类:问答How do I move a private Mercurial repository to a central server?
I’m just getting started with Mercurial, and I’ve read Joel Spolsky’s Hg Init tutorial, which I liked.[详细]
2023-01-04 08:08 分类:问答