I'm trying to install mercurial (the DVCS) but unfortunately http://mercurial.selenic.com is down. Does anybody know of any mirrors I could grab the source from, allowing me to install it. Hopefully the site doesn't stay down long, but doing some searching on twitter it appears it's already been down for a few days.
分布式版本控制系统 Mercurial 已发布新的 1.5
版本。作为一个重要的更新版本,Mercurial 1.5
主要添加了新的分支选项、更灵活的补丁导入、XML log 模板等功能。
参阅 Mercurial 1.5
发布注记可了解更多信息。
I'm trying to build Mercurial on CentOS 6, so here is what I've done so far:
I got mercurial's latest sources, file is named mercurial-2.4.1.tar.gz
I try running rpmbuild on it and I get the following:
# rpmbuild -tb mercurial-2.4.1.tar.gz
error: File /home/someuser/rpms/mercurial/mercurial-snapshot.tar.gz: No such file or directory
So I try creating the file that it wants by copying from the
I wanted to upgrade mercurial version on OpenSUSE box.
This is what I had
test99:~/TEST_AREA/hgplayarea # hg --version
Mercurial Distributed SCM (version 1.5)
Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
This is free software; see the source for copying conditions.
after trying to enable mercurial apache web access on my Ubuntu Server 12.04 box, I've got a 403 Forbidden error when accessing http://my.site.com/mercurial with log:
[Tue Sep 04 01:20:22 2012] [error] [client X.X.X.X] client
denied by server configuration: /mercurial/hgweb.cgi
I have added this to /etc/apache2/sites-available/default
ScriptAliasMatch ^/mercurial(.*) /mercurial/hgweb
We have apache server which serves a site from public_html/site/
We would like to have a mercurial repo in the same dir, so that we could push our changes directly to the server.
So far I setup a hgweb.wsgi script and I can push and pull from the repo without any problems.
Problems start when I want to add an authentication.
Hi folks,using mercurial, I found the following behaviour:#mkdir -p test_parent/test_child
#cd test_parent
#hg init
#cd test_child
#hg init
#touch test
#hg st
? test
#cd ..
#hg st
*empty* In other words, mercurial does not detect changes made in subdirectories which are also repositories.Is this a documented feature, or expected behaviour?
I'm having a really hard time configuring [hostfingerprints] option on mercurial 2.3.1
On my /etc/mercurial/hgrc file i have this, after following the answer of this question http://stackoverflow.com/questions/5164804/get-certificate-fingerprint-o...
[hostfingerprints]
it.mgscreativa.com.ar = XX:XX:A1:28:49:24:21:1D:7E:9E:2B:E9:E7:CD:1C:E0:40:
Not sure if it is related to this forum, so please pardon me if it is totally off. I am using intellij to browse some source code which I checked out of mercurial. Every now and then intellij complains that
Code:
Error executing "/usr/bin/hg".