annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
1 # hg-wolp
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
2
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
3 Your terminal will receive a small wolaptinger assisting you to manage your local mercurial repository.
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
4
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
5 ## Usage
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
6
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
7 Switch to the directory where your desired repository is and use:
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
8 > hg-wolp
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
9
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
10 ## Goals
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
11
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
12 - Line by line hg log
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
13 - Show the name of the repository and the current branch
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
14 - List all available branches and swap between them
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
15 - Stage and commit code with a given message
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
16 - Amend and edit previous commit
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
17 - Squash multiple unpushed commits
8376aa48453d Initial commit with bare code
luxanna <l.lux@magenta.de>
parents:
diff changeset
18 - Push and pull changes from upstream