view README.md @ 1:6428879e8e51 main tip

Added more targets and vars for (un)install
author luxanna <l.lux@magenta.de>
date Thu, 14 May 2026 23:18:28 +0200
parents 8376aa48453d
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