git plugin

Uwe Brauer oub at mat.ucm.es
Wed Apr 20 17:09:10 UTC 2016


Hello

On my main Ubuntu machine (Laptop) I have mercurial 3.0.1 running which I
installed together with its relevant tortoisehg version from.

deb http://ppa.launchpad.net/tortoisehg-ppa/releases/ubuntu lucid main
deb-src http://ppa.launchpad.net/tortoisehg-ppa/releases/ubuntu lucid main


Now it seems that the hggit extension was already included.
I just added
hggit =
in my .hgrc and could deal with git repos.

However on another Ubuntu machine (Server 64 bit version) I had to
install mercurial 3.0.1 from source which was surprisingly easy.

However hggit is not included.

On my Laptop I searched for hggit.py and could find the following very
strange directory 
/usr/local/lib/python2.6/dist-packages/hg_git-0.8.4-py2.6.egg/hggit
which contains a list of files which I have added below.

My question is: is this hggit? Where can I get it from? Because the
files with the pyc indicate compilation (I have no real idea about
python).

I googled but could not find anything really useful.

Thanks and regards

Uwe Brauer 

compat.py
 compat.pyc
 git2hg.py
 git2hg.pyc
 gitdirstate.py
 gitdirstate.pyc
 git_handler.py
 git_handler.pyc
 gitrepo.py
 gitrepo.pyc
 help
 hg2git.py
 hg2git.pyc
 hgrepo.py
 hgrepo.pyc
 __init__.py
 __init__.pyc
 overlay.py
 overlay.pyc
 _ssh.py
 _ssh.pyc
 util.py
 util.pyc
 verify.py
 verify.pyc




More information about the Mercurial mailing list