mercurial

Scalable distributed version control system for managing source code

brewmacoslinux
Try with needOr install directly
Source

About

Scalable distributed version control system

Commands

hg

Examples

Initialize a new Mercurial repository$ hg init myproject
Clone an existing Mercurial repository$ hg clone https://example.com/repo myrepo
Commit changes with a message$ hg commit -m 'Fix bug in feature X'