|
0
|
1 # hg-wolp
|
|
|
2
|
|
|
3 Your terminal will receive a small wolaptinger assisting you to manage your local mercurial repository.
|
|
|
4
|
|
|
5 ## Usage
|
|
|
6
|
|
|
7 Switch to the directory where your desired repository is and use:
|
|
|
8 > hg-wolp
|
|
|
9
|
|
|
10 ## Goals
|
|
|
11
|
|
|
12 - Line by line hg log
|
|
|
13 - Show the name of the repository and the current branch
|
|
|
14 - List all available branches and swap between them
|
|
|
15 - Stage and commit code with a given message
|
|
|
16 - Amend and edit previous commit
|
|
|
17 - Squash multiple unpushed commits
|
|
|
18 - Push and pull changes from upstream |