*hggitforge* depends on [Mercurial](https://www.mercurial-scm.org/), [Hg-Git](https://hg-git.github.io/) and [evolve](https://www.mercurial-scm.org/doc/evolution/)
These can be installed using [pip](https://pip.pypa.io/en/stable/):
```
pip install --user mercurial hg-git hg-evolve
```
Add `~/.local/bin` to your `PATH` (for `hg` command)
Enable *Hg-Git* in `~/.hgrc`:
```
[extensions]
hgext.bookmarks =
hggit =
```
Enable *evolve* in `~/.hgrc`:
```
[extensions]
evolve =
```
### Install *hggitforge*
```
pip install --user -e .
```
Enable *hggitforge* in `~/.hgrc`:
```
[extensions]
hggitforge =
```
## Usage
You should configure your repository to delete Git branch on publication