Here is how I got it to work.
Download mercurial
sudo apt-get install mercurial
Download wish
sudo apt-get install tk8.5
Add a ~/.hgrc file and add the following code:
[extensions]
hgk=
having hgk have an empty value allows it to search for the path itself.
Then go to your repository and type in
hg view
and there you go!
No comments:
Post a Comment