mercurial-hg
Installation
SKILL.md
Mercurial Hg
Mercurial is a distributed version control system (DVCS) suitable for scenarios ranging from small personal projects to large-scale enterprise projects.
Quick Start
Initialize New Repository
hg init myproject
cd myproject
Clone Existing Repository
hg clone https://example.com/repo myproject