Bug 248828 - hgk program is missing from RPM breaking hgext.hgk extension
Summary: hgk program is missing from RPM breaking hgext.hgk extension
Keywords:
Status: CLOSED DUPLICATE of bug 217054
Alias: None
Product: Fedora
Classification: Fedora
Component: mercurial
Version: 6
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-19 00:48 UTC by Daniel Berrangé
Modified: 2007-11-30 22:12 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-08-11 21:29:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2007-07-19 00:48:23 UTC
Description of problem:
The hgk extension (providing the hg view command) relies on being able to invoke
a standalone script to do some of its work. The extension itself is in the RPM,
but the script is not.

Version-Release number of selected component (if applicable):
mercurial-0.9.3-1.fc6

How reproducible:
Always

Steps to Reproduce:
1. Add to $HOME/.hgrc
[extensions]
hgext.hgk=
2. Goto a local HG repository
3. Run 'hg view'
  
Actual results:
sh: hgk: command not found


Expected results:
The HG viewer is displayed

Additional info:
The RPM spec file needs to include the file  contrib/hgk. The extension assume
it is in $PATH, but since its not intended for use directly by a end-user it is
 perhaps putting it in /usr/libexec/hgk and fixing the extenion to run it from
there.

Comment 1 Till Maas 2007-08-11 21:29:38 UTC

*** This bug has been marked as a duplicate of 217054 ***


Note You need to log in before you can comment on or make changes to this bug.