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

doc: add command line section in settings

Changeset 630a51307fb4

Parent 45c04ec30c02

by Giampaolo Fadel

Changes to 2 files · Browse files at 630a51307fb4 Showing diff from parent 45c04ec30c02 Diff from another changeset...

 
46
47
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
50
51
 
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@@ -46,6 +46,24 @@
 future release of TortoiseHg, we hope to make this launchable from the  shell context menu.   +From command line +----------------- + +The server tool can be started from command line :: + + hgtk serve + + +The syntax is :: + + hgtk serve [OPTIONS] + +The valid [OPTIONS] are: + +``--webdir-conf`` + It specifies the name of the webdir config file. See above for details. + +  Changes since 0.7  -----------------  * Improved error handling
 
80
81
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
@@ -80,4 +80,19 @@
 :guilabel:`TortoiseHg`, :guilabel:`Commit`, :guilabel:`Changelog`, which  are specifically for TortoiseHg).   +From command line +----------------- + +The setting dialog can be started from command line :: + + hgtk repoconfig + +for the repository settings or :: + + hgtk userconfig + +for the user configuration. + +The syntax is simple, no options or parameters are needed, except the global options. +  .. vim: noet ts=4