Mercurial > hg-website
diff hgscm/templates/quick_start.html @ 237:c7bf003b17fd
typo
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Tue, 08 Sep 2009 12:34:09 +0200 |
parents | 16052582338b |
children | 16e75a81ac16 |
line wrap: on
line diff
--- a/hgscm/templates/quick_start.html Tue Sep 08 12:31:23 2009 +0200 +++ b/hgscm/templates/quick_start.html Tue Sep 08 12:34:09 2009 +0200 @@ -36,7 +36,7 @@ <li>hg init: create a new repository </li><li>hg commit: save your changes in the current repository </li><li>hg log: see all changes in your repository -</li><li>hg pull: get all changes from another repository int the current one +</li><li>hg pull: get all changes from another repository into the current one </li><li>hg push: get all changes from your repository into another one </li><li>hg serve: create an instant-webserver. People can see the history there and pull from it </li><li>hg merge: join different lines of history