# HG changeset patch # User Arne Babenhauserheide # Date 1234772643 -3600 # Node ID d13070c29a6c3d50c6a9376ac86820e25554ee7f # Parent 18110c461824a18c1f287ad43bc8978ba66937a4 Added Quick Start for all but Windows users and made the TortoiseHG image jump ofer that with piranhas JavaScript code - can be replaced with dynamic page creation later on. diff -r 18110c461824 -r d13070c29a6c src/en/index.html --- a/src/en/index.html Mon Feb 16 00:04:58 2009 +0200 +++ b/src/en/index.html Mon Feb 16 09:24:03 2009 +0100 @@ -53,10 +53,6 @@ -
- That's a default content here -
-

How you can benefit from Mercurial

@@ -76,9 +72,30 @@
-

Mercurial in action

- - +

Mercurial Quick Start

+ +
+

Clone a project and create a patch

+ +
$ hg clone http://bitbucket.org/ArneBab/hello
+$ cd hello
+$ (edit files)
+$ hg add (new files)
+$ hg commit -m 'My changes'
+$ hg export > patch.diff
+
+
+ +

Create a project and commit

+ +
$ hg init (project-directory)
+$ (add some files)
+$ hg add
+$ hg commit -m 'Initial commit'
+
+
+
+
diff -r 18110c461824 -r d13070c29a6c src/en/win.html --- a/src/en/win.html Mon Feb 16 00:04:58 2009 +0200 +++ b/src/en/win.html Mon Feb 16 09:24:03 2009 +0100 @@ -1,1 +1,1 @@ -That's a part for Windows! \ No newline at end of file +Mercurial in action on Windows