# HG changeset patch # User Arne Babenhauserheide # Date 1234184047 -3600 # Node ID 66f237705694df1ba618b51735daaa7a199497e6 # Parent e1520f56951cbabe3551dffcc2dde35023c4f089 Started with adapting the Main.txt to the design. diff -r e1520f56951c -r 66f237705694 Main.txt --- a/Main.txt Sat Feb 07 23:58:00 2009 +0100 +++ b/Main.txt Mon Feb 09 13:54:07 2009 +0100 @@ -25,6 +25,18 @@ [and many more](http://www.selenic.com/mercurial/wiki/index.cgi/ProjectsUsingMercurial) +How you can benefit from using Mercurial +---------------------------------------- + +### Power and speed +Mercurial offers you the power to efficiently handle projects of any size and kind. + +### Ease of use +>No longer stumble over your tool.< >makes it easy to experiment with workflows without fear< + +### Extensibility +>< + Get Mercurial ------------- @@ -34,11 +46,13 @@ MacOSX: Download (app). +-> A "news" link should be alongside the version. - -Mercurial Quick start + +Mercurial Quick Start --------------------- -Cloning and Creating a Patch +Clone a project and create a patch $ hg clone http://bitbucket.org/ArneBab/hello_world $ cd hello_world @@ -47,13 +61,17 @@ $ hg commit -m 'My changes' $ hg export > patch.diff -Creating and Commiting +Create a project and commit $ hg init (project-directory) $ (add some files) $ hg add $ hg commit -m 'Initial commit' +-> [Workflows]() + +(maybe instead of "Take a look"; it would be great to be able to detect the OS of the visitor and show Windows users TortoiseHG while showing MacOSX and GNU/Linux users the Quick Start) + Footer ------