# HG changeset patch # User Arne Babenhauserheide # Date 1252406049 -7200 # Node ID c7bf003b17fd6b7abb6d3acde0f71bd10949e4ef # Parent e2034e51d366c7023b85826c4aabc6cf4f0a519e typo diff -r e2034e51d366 -r c7bf003b17fd hgscm/templates/quick_start.html --- 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 @@
  • hg init: create a new repository
  • hg commit: save your changes in the current repository
  • hg log: see all changes in your repository -
  • hg pull: get all changes from another repository int the current one +
  • hg pull: get all changes from another repository into the current one
  • hg push: get all changes from your repository into another one
  • hg serve: create an instant-webserver. People can see the history there and pull from it
  • hg merge: join different lines of history