Sodamhan.com

TL;DR

hg init

Create a new repository in the specified directory. More information: https://www.mercurial-scm.org/doc/hg.1.html#init.

  • Initialize a new repository in the current directory:

hg init

  • Initialize a new repository in the specified directory:

hg init path/to/directory

This document was created using the contents of the tldr project.