Command Palette

Search for a command to run...

Page Inspect

https://www.mercurial-scm.org/
Internal Links
54
External Links
2
Images
3
Headings
2

Page Content

Title:Mercurial SCM
Description:
HTML Size:21 KB
Markdown Size:3 KB
Fetched At:November 18, 2025

Page Structure

h1Mercurial SCM
h1Mercurial SCM#

Markdown Content

Mercurial SCM



Skip to main content

Back to top Ctrl+K



Search Ctrl+K

- About
- Installation
- Guide
- Extensions
- News
- Release Notes

- Mercurial 7.1 (2025-08-04)
- Mercurial 7.0 (2025-03-25)
- Mercurial 6.9 (2024-11-20)
- Mercurial 6.8 (2024-07-08)
- Mercurial 6.7 (2024-03-15)
- Mercurial 6.6 (2023-11-07)
- Mercurial 6.5 (2023-07-06)
- Mercurial 6.4 (2023-03-23)
- Mercurial 6.3 (2022-11-09)
- Mercurial 6.2 (2022-07-11)
- Mercurial 6.1 (2022-02-28)
- Mercurial 6.0 (2021-11-17)
- Mercurial 5.9 (2021-08-16)
- Mercurial 5.8 (2021-05-01)
- Mercurial 5.7 (2021-01-29)
- Mercurial 5.6 (2020-10-29)
- Mercurial 5.5 (2020-08-01)
- Mercurial 5.4 (2020-04-16)
- Mercurial 5.3 (2020-01-29)
- Mercurial 5.2 (2019-11-05)
- Mercurial 5.1 (2019-07-28)
- Mercurial 5.0 (2019-04-25)
- Mercurial 4.9 (2019-01-08)
- Mercurial 4.8 (2018-10-28)
- Mercurial 4.7 (2018-08-01)
- Mercurial 4.6 (2017-11-30)
- Mercurial 4.5 (2018-02-01)
- Mercurial 4.4 (2017-11-01)
- Mercurial 4.3 (2017-08-07)
- Mercurial 4.2 (2017-05-02)
- Mercurial 4.1 (2017-02-01)
- Mercurial 4.0 (2016-11-01)
- Mercurial 3.9 (2016-08-01)
- Mercurial 3.8 (2016-04-30)
- Mercurial 3.7 (2016-02-01)
- Contribute

- Contribute to hg-website

hg help

- Commands
- Additional topics

# Mercurial SCM

# Mercurial SCM#

Work easier, Work faster

Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.

Quick Start

*Clone a project and push changes*

hg clone https://www.mercurial-scm.org/repo/hello
cd hello
\# (edit files)
hg add (new files)
hg commit \-m 'My changes'
hg push

*Create a project and commit*

hg init (project-directory)
cd (project-directory)
\# (add some files)
hg add
hg commit \-m 'Initial commit'

* * *

How you can benefit from Mercurial

It is fast and powerful

Mercurial efficiently handles projects of any size and kind. Every clone contains the whole project history, so most actions are local, fast and convenient. Mercurial supports a multitude of workflows and you can easily enhance its functionality with extensions.

Learn more »

It is easy to learn

You can follow our simple guide to learn how to revision your documents with Mercurial, or just use the quick start to get going instantly. A short overview of Mercurial’s decentralized model is also available.

Learn more »

And it just works

Mercurial strives to deliver on each of its promises. Most tasks simply work on the first try and without requiring arcane knowledge.

Learn more »

* * *

next

About

By Mercurial developers

© Copyright 2025, Mercurial developers.