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

stable doc: remove redundant and unfinished start page.

Changeset 393df20e3c8d

Parent 5362f54c8e8b

by Steve Borho

Changes to 3 files · Browse files at 393df20e3c8d Showing diff from parent 5362f54c8e8b Diff from another changeset...

 
7
8
9
10
11
12
13
 
7
8
9
 
10
11
12
@@ -7,7 +7,6 @@
    common   explorer - start   init   clone   commit
 
181
182
183
 
 
 
184
185
186
 
181
182
183
184
185
186
187
188
189
@@ -181,6 +181,9 @@
    Alternatively, you can use the hgsubversion extension.   + Refer to http://mercurial.selenic.com/wiki/RepositoryConversion for more + details. +  *Where do TortoiseHg extensions look for external Python modules on Windows?*     TortoiseHg includes an entire Python distribution bundled up as
Change 1 of 1 Show Entire File doc/​source/​start.txt Stacked
 
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
@@ -1,48 +0,0 @@
-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* - a new repository. -2. You want to hack on a project already revisioned with Mercurial. You - have to *clone* a repository. -3. The project already exists and is revisioned under a different - SCM. You have to *convert* the repository. - -.. note:: - Other cases, like *an existing project under a different SCM, you - want to keep this SCM but use Mercurial as client*, are out of the - scope of this manual, and TortoiseHg can not help you in any way. - -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 ------------------ - -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 use it. - -.. vim: noet ts=4