# HG changeset patch # User Arne Babenhauserheide # Date 1247212989 -7200 # Node ID 68d5f2b820181564bde839da22b8c506daae8baf # Parent ec398217558ab78cb2d0415b986914921c1395ee Added easy to use section to the about page diff -r ec398217558a -r 68d5f2b82018 hgscm/templates/about.html --- a/hgscm/templates/about.html Fri Jul 10 10:02:35 2009 +0200 +++ b/hgscm/templates/about.html Fri Jul 10 10:03:09 2009 +0200 @@ -27,7 +27,7 @@

Easy to use

-

Mercurial sports a consistent command set in which most subversion users feel right at home. Potentially dangerous actions are available via extensions you need to enable, so the basic interface is easy to use, easy to learn and hard to break. The Quick Start should get you going in a few minutes.

+

Mercurial sports a consistent command set in which most subversion users feel right at home. Potentially dangerous actions are available via extensions you need to enable, so the basic interface is easy to use, easy to learn and hard to break. The Quick Start should get you going in a just few minutes.

Open Source

diff -r ec398217558a -r 68d5f2b82018 hgscm/templates/quick_start.html --- a/hgscm/templates/quick_start.html Fri Jul 10 10:02:35 2009 +0200 +++ b/hgscm/templates/quick_start.html Fri Jul 10 10:03:09 2009 +0200 @@ -44,7 +44,7 @@

This also helps getting a feeling for what the commands do.

-

(you can also do a lot of finegrained stuff by using different command options. Just call "hg help " to see them).

+

(you can also do a lot of finegrained stuff by using different command options. Just call "hg help <command>" to see them).

One step you'll likely want to do is setting your username in your Mercurial config file.

For this you can configure a proper name and email address in ~/.hgrc (or on a Windows system in %USERPROFILE%Mercurial.ini) by adding lines such as the following:

[ui]