hgrc Questions
3
Solved
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 ...
Eddra asked 9/3, 2012 at 19:27
4
Solved
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 Da...
8
Solved
I used Mercurial in a personal project, and I have been typing my username and password every time I want to push something to the server.
I tried adding the following to the .hgrc file in my home...
3
Solved
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 ...
3
Solved
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 U...
2
Solved
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 ...
2
Solved
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]
us...
2
Solved
Now, I am getting vim source code by Mercurial (hg):
root@flyingfisher-virtual-machine:/work/ABC/VIM_HG# hg tags |more
tip 5228:3f65dc9c8840
v7-4a-039 5227:a08fa2919f2b
v7-4a-038 5225:8f983df0299f...
1
Solved
I have created a remote repo to push my local changes over ssl. I did hg showconfig --debug to find my remote hg path but it's output is messy. Can someone point me how to exactly find it?
2
Solved
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 j...
1
Solved
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 ...
2
Solved
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...
Voidance asked 18/1, 2012 at 23:3
1
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 v...
4
Solved
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.
...
Laureate asked 18/9, 2011 at 14:34
1
Solved
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 v...
Aspergillosis asked 30/7, 2011 at 1:44
1
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 Mercuri...
2
Solved
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 ...
1
Solved
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, &a...
2
Solved
I’m just getting started with Mercurial, and I’ve read Joel Spolsky’s Hg Init tutorial, which I liked.
I’m wondering: let’s say I have a private repository and I work on it for about a month. Then...
Eula asked 23/6, 2010 at 20:47
4
Solved
I'd like to keep two ~/.hgrc files: ~/.hgrc and ~/.hgrc.local – one with "standard" settings (eg, username), the other with machine-specific settings (eg, setting a graphical merge tool).
How can ...
1
Solved
I'm sharing a Mercurial repo with a user dias, whom I would trust with my life as well as my data. I therefore added
[trusted]
users = dias, nr
to my ~/.hgrc file. However, when I pull from a re...
1
© 2022 - 2024 — McMap. All rights reserved.