# HG changeset patch # User Arne Babenhauserheide # Date 1247212955 -7200 # Node ID ec398217558ab78cb2d0415b986914921c1395ee # Parent b4fff0f62d8197ccb41cd536a57da738315e9305 Fix: use html excaping for diff -r b4fff0f62d81 -r ec398217558a hgscm/templates/about.html --- a/hgscm/templates/about.html Fri Jul 10 09:48:57 2009 +0200 +++ b/hgscm/templates/about.html Fri Jul 10 10:02:35 2009 +0200 @@ -25,6 +25,10 @@

The functionality of Mercurial can be increased with extensions, either by activating the official ones which are shipped with Mercurial or downloading some from the wiki or by writing your own. Extensions are written in Python and can change the workings of the basic commands, add new commands and access all the core functions of Mercurial.

+

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.

+

Open Source

Mercurial is free software licensed under the terms of the GNU General Public License Version 2.