You are not logged in.
Pages: 1
It's not a bug. The default mercurial installation procedure (python setup.py install) will not install the hgweb.cgi and hgwebdir.cgi files.
You might file a request to include these cgi files into the standard installation, even though I am not sure where they shall be put (/usr/share/mercurial ?). I always felt it would be a good idea to include the hgk script in the package as well, since using hgk seems very important to me.
Offline
In pkg mercurial 0.9.5-1, I found I can't run hgk, by following problem.
I've installed
tcl 8.4.16-1
tk 8.4.16-1
Error in startup script: can't read "env(HG)": no such variable
while executing
"exec $env(HG) debug-config"
(procedure "getconfig" line 4)
invoked from within
"getconfig"
invoked from within
"array set config [getconfig]"
(file "/usr/bin/hgk" line 3881)
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
In pkg mercurial 0.9.5-1, I found I can't run hgk, by following problem.
I've installed
tcl 8.4.16-1
tk 8.4.16-1Error in startup script: can't read "env(HG)": no such variable
while executing
"exec $env(HG) debug-config"
(procedure "getconfig" line 4)
invoked from within
"getconfig"
invoked from within
"array set config [getconfig]"
(file "/usr/bin/hgk" line 3881)
I've solved by myself.
Now, hg view workable. (but hgk still have previous error messages)
in ~/.hgrc append
[extensions]
hgk=
Last edited by dlin (2007-11-07 04:28:45)
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
Offline
Pages: 1