FS#16793 - [mercurial] hgk doesn't start

Attached to Project: Arch Linux
Opened by Alexandre Bique (babali) - Friday, 23 October 2009, 08:21 GMT
Last edited by Giovanni Scafora (giovanni) - Monday, 25 October 2010, 08:35 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Giovanni Scafora (giovanni)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

hgk doesn't start.

Additional info:
* package version(s)
mercurial 1.3.1-1
* config and/or log files etc.


Steps to reproduce:

bash$ hgk
Error in startup script: no such variable
(read trace on "env(HG)")
invoked from within
"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 3994)

This task depends upon

Closed by  Giovanni Scafora (giovanni)
Monday, 25 October 2010, 08:35 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Yeah, it's not a bug.
You have to add:

[extensions]
hgext.hgk =

to your ~/.hgrc
Comment by Jed Brown (jedbrown) - Monday, 02 November 2009, 10:28 GMT
I had this problem, but after adding

[extensions]
hgext.hgk =

to my ~/.hgrc, I now have a working "hg view" which is hgk. Note that invoking it as "hgk" gives the reported error.
Comment by Cedric Girard (Xdark) - Saturday, 23 October 2010, 11:00 GMT
  • Field changed: Percent Complete (100% → 0%)
Bug reproduced with 1.6.4-2
Comment by Cedric Girard (Xdark) - Saturday, 23 October 2010, 13:06 GMT
I have just tried on another computer running Arch Linux x86_64 as well and with the same version of mercurial. It works fine here.
Mercurial conf files are identical appart from a proxy on the computer where the bug has been reproduced.

Loading...