Mercurial > hg-website
changeset 11:66f237705694
Started with adapting the Main.txt to the design.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Mon, 09 Feb 2009 13:54:07 +0100 |
parents | e1520f56951c |
children | f75b80086a75 |
files | Main.txt |
diffstat | 1 files changed, 21 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 ------