Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

stable doc: add sections in quick tour

Changeset 989fd4d1a9b2

Parent d2521c0ca00d

by Giampaolo Fadel

Changes to one file · Browse files at 989fd4d1a9b2 Showing diff from parent d2521c0ca00d Diff from another changeset...

 
11
12
13
14
15
16
17
18
 
 
 
 
 
 
 
 
19
20
21
 
39
40
41
 
 
 
42
43
44
 
57
58
59
 
 
 
60
61
62
 
86
87
88
 
 
89
90
91
 
11
12
13
 
 
 
 
 
14
15
16
17
18
19
20
21
22
23
24
 
42
43
44
45
46
47
48
49
50
 
63
64
65
66
67
68
69
70
71
 
95
96
97
98
99
100
101
102
@@ -11,11 +11,14 @@
   To get started, suppose you volunteer to create the first version. There are  `ways of importing already existing repositories <http://mercurial.selenic.com/wiki/RepositoryConversion>`_ -but lets assume we're starting from scratch. First you need to make sure -that you are correctly identified in TortoiseHg. You do this by -adjusting the global settings of TortoiseHg. Try right-clicking your -source folder and following -:menuselection:`TortoiseHg --> Global Settings` +but lets assume we're starting from scratch. + +Configuring TortoiseHg +====================== + +First you need to make sure that you are correctly identified in TortoiseHg. +You do this by adjusting the global settings of TortoiseHg. Try right-clicking your +source folder and following :menuselection:`TortoiseHg --> Global Settings`    .. figure:: figures/contextmenu.png   :alt: Context Menu @@ -39,6 +42,9 @@
    TortoiseHg only strips the email address in changelog viewer, while   the built-in web server obfuscates email addresses to prevent spams. + +Initialize the repository +=========================    Create the repository on your local machine by using the  :guilabel:`Create Repository Here` selection above, or, within the folder, @@ -57,6 +63,9 @@
 You never specify the :file:`.hg` directory. It is mentioned here just  so you'll better understand how Mercurial is working.   +Add files +========= +  Now it's time to say to Mercurial which files must be tracked and which  files must be ignored. There are a lot of way to do this:   @@ -86,6 +95,8 @@
  It is not a good pratice to have a lot of *unknown* files. Keep the   :file:`.hgignore` file updated.   +Commit +======    Commit to your local repository by right-clicking anywhere in the  folder, or on the folder itself, and then selecting