# HG changeset patch # User Anton Shestakov # Date 1459156037 -28800 # Node ID cdbc92f4e7d0b85b57fa9f22fcfa3b6dd382dff5 # Parent 634c8c450e9d0312dadde81806585ba9383b28b9 quickstart: technically, a directory is a file, but let's be more specific diff -r 634c8c450e9d -r cdbc92f4e7d0 templates/quickstart/index.html --- a/templates/quickstart/index.html Wed Mar 23 14:01:24 2016 +0800 +++ b/templates/quickstart/index.html Mon Mar 28 17:07:17 2016 +0800 @@ -28,7 +28,7 @@

Even if you stick to these basics, Mercurial is quite powerful. And they are very easy to use, once you see the model behind them: Each repository has the whole history, and history is not necessarily linear (part 2 explains that model in a bit more detail). All that history is -stored in the ".hg" file inside the top-level folder of your project.

+stored in the ".hg" directory inside the top-level folder of your project.

A quick overview of the basic commands: