git plugin

Shawn Hoover shawn.hoover at gmail.com
Wed Apr 20 18:01:33 UTC 2016


http://hg-git.github.io/

I love it for pulling from github (and pushing).

Git branches map to hg bookmarks.

I found URLs like this work more reliably than https ones:
git+ssh://git@github.com:shoover/waf.git.

Otherwise it's straightforward and just hg in the normal cases.

On Wed, Apr 20, 2016 at 1:09 PM, Uwe Brauer <oub at mat.ucm.es> wrote:

> 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
>
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20160420/5aefb554/attachment-0002.html>


More information about the Mercurial mailing list