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

doc: further updates

Changeset 5d61ab14ffe9

Parent 936ed1b17831

by Steve Borho

Changes to 2 files · Browse files at 5d61ab14ffe9 Showing diff from parent 936ed1b17831 Diff from another changeset...

 
21
22
23
24
25
26
27
28
29
30
 
 
31
32
33
 
39
40
41
 
 
 
 
 
42
43
44
 
126
127
128
 
 
 
 
 
 
 
 
 
 
129
130
131
 
21
22
23
 
 
 
24
25
26
27
28
29
30
31
32
 
38
39
40
41
42
43
44
45
46
47
48
 
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
@@ -21,13 +21,12 @@
   Walking across the toolbar buttons:   - :guilabel:`Refresh` - Reload the state of the working directory. It tries to retain - check and selection state across refresh.   :guilabel:`Shelve`   Shelve selected diffs in checked files.   :guilabel:`Unshelve`   Replace the shelved changes back into the working directory. + :guilabel:`Diff` + Visual diff checked files   :guilabel:`Revert`   Revert checked files to last revisioned state. If merging, it   allows you to select the revert parent. @@ -39,6 +38,11 @@
  :guilabel:`Remove`   Delete checked unversioned files and/or remove (mark as deleted) any   versioned files. + :guilabel:`Forget` + Forget checked versioned files + :guilabel:`Refresh` + Reload the state of the working directory. It tries to retain + check and selection state across refresh.    The file list has four columns:   @@ -126,6 +130,16 @@
 attic allows you to have several named *shelves* which can be saved and  restored independently.   +Tabs +---- + +The shelve tool has four tabs +1) Text Diff - shows diff of currently selected file +2) Hunk Selection - allows diff hunks of current file to be skipped +3) Commit Preview (TODO) - displays all selected changes, this previews + the changes that will be stored in the shelve and removed from the + working directory. +4) Shelf Contents - the current contents of the shelf.    Keyboard navigation  -------------------
 
1
2
3
 
 
 
4
5
6
 
18
19
20
 
 
 
 
 
 
 
 
 
 
21
22
23
24
25
26
27
28
29
30
31
32
33
 
 
 
 
 
34
35
36
37
38
 
39
40
 
1
2
3
4
5
6
7
8
9
 
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
@@ -1,6 +1,9 @@
 Start on a project  ==================   +.. module:: start + :synopsis: Dialog used to create a repository +  There are many ways to start with Mercurial/TortoiseHg on a project.    1. The project already exists and is unrevisioned. You have to *create* @@ -18,23 +21,28 @@
 In the first two cases TortoiseHg can help you with a specific tool, see  the next two sections.   +Create a new repository +----------------------- + +TODO + +Clone a repository +------------------ + +TODO +  Convert a project  -----------------   -TortoiseHg has not a specific tool to do the conversion, but after the -conversion done with Mercurial you can use TortoiseHg as usually in -this converted project. - -How to do the conversion is not in the scope of this manual, please -refer to http://mercurial.selenic.com/wiki/RepositoryConversion for -more details. - -Normally a conversion is done by enabling the *convert* extension and, -from the parent directory of the checked-out project type:: +How to perform the conversion is not in the scope of this manual, please +refer to http://mercurial.selenic.com/wiki/RepositoryConversion for more +details. Normally a conversion is done by enabling the *convert* +extension and, from the parent directory of the checked-out project +typing::     hg convert myproject    After the conversion you have a sibling directory of :file:`myproject` -called :file:`myproject-hg`. Start to play on it. +called :file:`myproject-hg`. Start to use it.    .. vim: noet ts=4