view README.md @ 0:8376aa48453d main tip

Initial commit with bare code
author luxanna <l.lux@magenta.de>
date Wed, 13 May 2026 22:02:23 +0200
parents
children
line wrap: on
line source

# 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