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 synchronize

Changeset 45c04ec30c02

Parent 0239384b5217

by Giampaolo Fadel

Changes to one file · Browse files at 45c04ec30c02 Showing diff from parent 0239384b5217 Diff from another changeset...

 
133
134
135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
137
138
 
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
@@ -133,6 +133,35 @@
 Please consult the Mercurial documentation for the differences between  plain patches, HG patches, Git patches, and bundles.   +From command line +----------------- + +The synchronize tool can be started from command line :: + + hgtk synch + +or :: + + hgtk pull + +or :: + + hgtk push + +or :: + + hgtk incoming + +or :: + + hgtk outcoming + +or :: + + hgtk email + +The syntax is simple, no options or parameters are needed, except the global options. +  Changes since 0.7  -----------------