Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ehpc/mercurial-scripts
Different scripts and hooks for Mercurial VCS
https://github.com/ehpc/mercurial-scripts
Last synced: 24 days ago
JSON representation
Different scripts and hooks for Mercurial VCS
- Host: GitHub
- URL: https://github.com/ehpc/mercurial-scripts
- Owner: ehpc
- License: mit
- Created: 2016-09-29T14:49:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T10:28:50.000Z (over 8 years ago)
- Last Synced: 2024-10-30T21:13:10.599Z (2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :dragon_face: mercurial-scripts
This repository is a collection of different scripts and hooks for Mercurial VCS.
## :baby_chick: clone-commits.py
This is a hook which clones any incoming revisions to other repositories.
For example, you have a remote repositories #1, #2, #3.
You can setup this hook so that if anyone pushes to #1, changesets will be automatically pushed to #2 and #3.
All repositories should reside inside the same filesystem.## :zap: superlog.py
This is a hook which creates a detailed commit log and copies it to the clipboard for fast pasting anywhere you need.