Kiln » HgInit » HgInit
Clone URL:  
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Hg Init: a Mercurial tutorial by Joel Spolsky</title> <meta name="description" content="A friendly introduction to the Mercurial DVCS by Joel Spolsky"></meta> <script src="c/jquery-1.4.1.js"></script> <script src="c/basic.js"></script> <link href="c/styles.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-225715-20"); pageTracker._setDomainName("none"); pageTracker._setAllowLinker(true); pageTracker._trackPageview(); } catch(err) {}</script> </head> <body> <div id="kilnFlyOut"> <div class="flyoutscreenshot"> <img class="screenshot" src="i/dag.png" /> </div> <div class="flyouttext"> <strong>Kiln gives you:</strong> <ul> <li class="first"><a class="selected thumbnail" data-src="i/dag.png" href="convert.html">Mercurial-based<br/>version control</a></li> <li><a class="thumbnail" data-src="i/setup.png" href="convert.html">Straightforward<br/>setup</a></li> <li class="last"><a class="thumbnail" data-src="i/review.png" href="convert.html">Seamless<br/>code review</a></li> </ul> <a class="convert" href="convert.html" target="_blank" onClick="javascript: pageTracker._trackPageview('/outbound/flyout/freetrial.shop.fogcreek.com');"><img src="i/getstarted.gif" width="114" height="24" border="0" /></a> </div> <div class="flyoutteaser"><nobr><strong>Try Kiln free!</strong> Easy Mercurial hosting and more.</nobr></div> </div> <div class="toptop" align="left"> <ul> <li align="center"><a href="http://www.joelonsoftware.com/" onClick="javascript: pageTracker._trackPageview('/outbound/toptop/joelonsoftware.com');">Joel on Software</a></li> <li align="center"><a href="http://mercurial.selenic.com/" onClick="javascript: pageTracker._trackPageview('/outbound/toptop/mercurial.selenic.com');">Mercurial</a></li> <li align="center"><a href="index.html">Home</a></li> </ul> </div> <div id="dropshadow"></div> <div id="teaser"></div> <div id="topnav"> <div class="t"> <div class="h"> <span style="color:rgb(181,129,69)">Hg Init:</span> a Mercurial tutorial </div> Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, <a href="http://www.joelonsoftware.com">Joel Spolsky</a> teaches you the key concepts. </div> </div> <div class="main"> <div class="mainnav"> <div class="button"> <a href="00.html" title="Subversion Re-education" target="_self" class="zero">&nbsp;</a> <a href="01.html" title="Ground up Mercurial" class="one">&nbsp;</a> <a href="02.html" title="Setting up for a Team" class="two">&nbsp;</a> <a href="03.html" title="Fixing Goofs" class="three">&nbsp;</a> <a href="04.html" title="Merging" class="four">&nbsp;</a> <a href="05.html" title="Repository Architecture" class="five">&nbsp;</a> </div> </div> <!-- close "main" div --> </div> <!-- bottom grey bar --> <!-- Google Website Optimizer Tracking Script --> <script type="text/javascript"> if(typeof(_gat)!='object')document.write('<sc'+'ript src="http'+ (document.location.protocol=='https:'?'s://ssl':'://www')+ '.google-analytics.com/ga.js"></sc'+'ript>')</script> <script type="text/javascript"> try { var gwoTracker=_gat._getTracker("UA-225715-15"); gwoTracker._trackPageview("/2687020024/test"); }catch(err){}</script> <!-- End of Google Website Optimizer Tracking Script --> </body> </html>