HG Plugin (Mercurial)/en
The plugin provides Mercurial functionality for test suites.
A general description of the functionality and commands of HG / Mercurial can be found for example on hht
To see which HG commands are sent, they can be output on the Transcript window.
The plugin provides the necessary commands for managing a test-suite via HG / Mercurial. Bookmarks, branches and heads can be used.
Below is a brief description of each command:
Initialization
Clone
Clone a repository to a new local directory. The URL of the repository and the location of the local directory are requested.
Add and Commit
Add File Adds the test-suite to the next version
hg add
Commit... Commit the test-suite
hg commit
Commit (amend)... Amend the parent of the working directory
hg commit --amend
Rollback Last Commit roll back the last transaction (DANGEROUS). This command should be used with care. There is only one level of rollback, and there is no way to undo a rollback.
hg rollback
Revert File-Changes in Working Directory
Restore Testsuite to its checkout state hg revert
- Create Local Branch... Delete Local Branch... Checkout Branch... - Create Bookmark Delete Bookmark... Move Bookmark... Push Bookmark... Checkout Bookmark... Show Bookmarks - Show Heads Checkout Head... - Push Update - Pull Merge Merge Branch... Merge Commit Merge Abort after Conflict - Show Commit Log Show Log Tree Show Status - Clone Repository...
Translated with www.DeepL.com/Translator (free version)