git

Operate on Git repositories.

1. Status

This extension is distributed with Mercurial as experimental.

Author: Augie Fackler

2. Overview

This extension grants Mercurial the ability to operate on Git repositories.

Requires pygit2.

3. Usage

git clone git://...
hg init --git
hg status
hg log
hg bookmarks
hg diff
hg add
hg commit
...