
mercurial
Group for generic Mercurial development
Various components of the TortoiseHg application. The main application repo is thg.
Send patches/questions to thg-dev@googlegroups.com | https://groups.google.com/forum/#!forum/thg-dev
Downloads available at https://www.mercurial-scm.org
- B
Lightweight distributed issue tracker as a Mercurial extension (https://www.mercurial-scm.org/wiki/bExtension).
This is the development repository for the evolve extension.
Official repository at: https://mercurial-scm.org/repo/evolve/
Official bug tracker: https://bz.mercurial-scm.org/ (component, "evolution")
- H
A Mercurial extension which compares all new changesets to add to a repository to a list of known "banned" changesets. If any banned changesets are found in the push / pull / unbundle into the repository then all of the new changesets are rejected with an appropriate warning message.
The hashes of the changesets to be banned are maintained in repo/.hgban
- H
Adds an hg prompt command to Mercurial for viewing repository information. It’s designed to be used in a shell prompt. Continuation of the original project by sjl: https://stevelosh.com/projects/hg-prompt/