# hg-wolp

Your terminal will receive a small wolaptinger assisting you to manage your local mercurial repository.

## Usage

Switch to the directory where your desired repository is and use:
> hg-wolp

## Goals

- Line by line hg log
- Show the name of the repository and the current branch
- List all available branches and swap between them
- Stage and commit code with a given message
- Amend and edit previous commit
- Squash multiple unpushed commits
- Push and pull changes from upstream