diff --git a/pages/common/hg-init.md b/pages/common/hg-init.md new file mode 100644 index 0000000000..70d1babf5a --- /dev/null +++ b/pages/common/hg-init.md @@ -0,0 +1,11 @@ +# hg init + +> Create a new repository in the specified directory. + +- Initialise a new repository in the current directory: + +`hg init` + +- Initialise a new repository in the specified directory: + +`hg init {{path/to/directory}}`