comparison text/Main.txt @ 20:7b2d898ec15a

Some polishing.
author Arne Babenhauserheide <bab@draketo.de>
date Sun, 15 Feb 2009 16:47:13 +0100
parents c4fd656d11fc
children
comparison
equal deleted inserted replaced
19:93dadfa3c4b6 20:7b2d898ec15a
30 30
31 ### Power and speed 31 ### Power and speed
32 Mercurial offers you the power and speed to efficiently handle projects of any size and kind. You can use a multitude of [workflows]() and enhance its functionality with [extensions](). 32 Mercurial offers you the power and speed to efficiently handle projects of any size and kind. You can use a multitude of [workflows]() and enhance its functionality with [extensions]().
33 33
34 ### Ease of use 34 ### Ease of use
35 Mercurials consistent and intuitive interface makes it easy to learn and understand. You can simply start with the [bare basics]() and learn incrementally or print a copy of the [hgbook]() to understand the big picture in one go. 35 Mercurials consistent and intuitive interface makes it easy to learn and understand. You can simply start with the [bare basics][] and learn incrementally or print a copy of the [hgbook]() to understand the big picture in one go.
36 36
37 ### Just works 37 ### Just works
38 Mercurial strives to deliver on each of its promises. If it looks like you could use it for a specific task, chances are that it will just work on the first try. (if it doesn't, that's most likely no feature but a [bug](http://selenic.com/mercurial/bugs/)) 38 Mercurial strives to deliver on each of its promises. Most tasks just work on the first try and without requiring arcane knowledge. (If one doesn't, that's most likely no feature but a [bug](http://selenic.com/mercurial/bugs/).
39 39
40 [bare basics]: Quick_Start - Learn to use Mercurial in 30 seconds (or similar). 40 [bare basics]: Quick_Start - Learn to use Mercurial in 30 seconds (or similar).
41 41
42 (just works instead of webserver: webserver can far more easily be delivered by other projects, too. Just works better fits the "hg is powerful yet easy" theme -> Integrated webserver into quick start?) 42 (just works instead of webserver: webserver can far more easily be delivered by other projects, too. Just works better fits the "hg is powerful yet easy" theme -> Integrated webserver into quick start?)
43 43
73 $ hg add 73 $ hg add
74 $ hg commit -m 'Initial commit' 74 $ hg commit -m 'Initial commit'
75 75
76 -> [Workflows]() 76 -> [Workflows]()
77 77
78 (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) 78 (maybe instead of "Take a look"; it would be great to be able to [detect the OS](http://www.javascripter.net/faq/operatin.htm) of the visitor and show Windows users TortoiseHG while showing MacOSX and GNU/Linux users the Quick Start: )
79 79
80 (### Integrated webserver 80 (### Integrated webserver
81 With the "serve" command, Mercurial offers you an integrated webserver as the fastest way to show and share your work.) 81 With the "serve" command, Mercurial offers you an integrated webserver as the fastest way to show and share your work.)
82 82
83 Footer 83 Footer