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: fill clone section

Changeset d9d8904bafa0

Parent 16c083c3067e

by Giampaolo Fadel

Changes to one file · Browse files at d9d8904bafa0 Showing diff from parent 16c083c3067e Diff from another changeset...

 
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
 
 
 
 
 
 
 
 
 
 
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
 
@@ -12,31 +12,41 @@
  :alt: Clone dialog    :guilabel:`Source Path` - TODO + It is the path (or URL) of the repository that will be cloned. Use the :guilabel:`Browse...` to + choose a local folder.  :guilabel:`Destination Path` - TODO + It is the path of destination directory, a folder with the same name of source repository will + be created within this directory.  :guilabel:`Clone To Revision` - TODO + You can limit the clone up to this revision. Even the tags created after this revision will not be + imported.  :guilabel:`do not update the new working directory` - TODO + If checked, after the clone the working directory will be empty. It is useful when you have to clone + a repository with the purpose of central repository, or backup, where you have only, in the future, + to *push* and *pull*.  :guilabel:`use pull protocol to copy metadata` - TODO + When the source and destination are on the same filesystem, Mercurial tries to use hardlinks. Some + filesystems, such as AFS implement hardlink incorrectly, but do not report errors. Use this option + to avoid hardlinks.  :guilabel:`use uncompressed transfer` - TODO + To use uncompressed transfer (fast over LAN).  :guilabel:`use proxy server` - TODO + To use the proxy server configured in :menuselection:`TortoiseHg... --> Global Settings --> Proxy`. + This is enabled only if a proxy is configured.  :guilabel:`Remote Cmd` - TODO + Specify a Mercurial command to run on the remote side.    From command line  -----------------   -TODO - - - - - +The clone tool can be started from command line ::   + hgtk clone   -.. TODO \ No newline at end of file
+The syntax is :: + + hgtk clone [SOURCE] [DEST] + +where [SOURCE] and [DEST] are, the paths of source repository and destination folder. + +.. vim: noet ts=4 \ No newline at end of file