Mercurial
diff README.md @ 0:8376aa48453d main
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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Wed May 13 22:02:23 2026 +0200 @@ -0,0 +1,18 @@ +# 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 \ No newline at end of file
