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

doc: fix FAQ1 text to FAQ

Changeset 1ca55d2e474d

Parent 079312839a3b

by Giampaolo Fadel

Changes to one file · Browse files at 1ca55d2e474d Showing diff from parent 079312839a3b Diff from another changeset...

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
49
50
51
52
53
54
55
56
 
57
58
59
 
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
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
49
50
51
52
53
54
55
 
56
57
58
 
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
 ======================  TortoiseHg Synchronize  ======================    .. module:: synchronize.dialog   :synopsis: Dialog used to perform synchronization operations    This page describes the 0.7 version of synchronize    The synchronize tool is used to transmit changesets between repositories  and to email recipients.      .. figure:: figures/synchronize.png   :alt: Synchronize dialog     Synchronize dialog    :guilabel:`Incoming`   show changesets that would be pulled from target repository  :guilabel:`Pull`   pull incoming changesets from target repository [1]  :guilabel:`Outgoing`   show changesets that would be pushed to target repository  :guilabel:`Push`   push outgoing changesets to target repository  :guilabel:`Email`   send outgoing changesets (to target repository) as email  :guilabel:`Stop`   stop current operation  :guilabel:`Configure`   Configure repository paths (aliases)    1) The :guilabel:`Pull` toolbutton has a drop-down menu with extra options that   are only applicable to pull operations: :guilabel:`Update after Pull`, and   :guilabel:`Use fetch`. See the fetch extension documentation for it's behavior.    The :guilabel:`Repo:` button will open a directory finder to locate another  repository on your local computer to synchronize with. Similarly, the  :guilabel:`Bundle` button will open a file finder to locate a Mercurial bundle  (:command:`.hg`) file to pull changes from.    The text entry/combo box is where you enter or select paths of target  repositories. The synchronize tool will seed the drop-down list with  path aliases configured for this repository, and with the most 10 recent  paths used with any repository. There will be a dashed separator between  the configured paths and the history.    The :guilabel:`use proxy` button is a quick way to disable your proxy  configuration for just a few operations. The button is only sensitive  when you have an http proxy configured.    All operations which require authentication will pop up dialog boxes to  get the required information from the user. TortoiseHg uses the  TortoisePlink tool (borrowed from the TortoiseSVN distribution) to -handle *ssh:* connections and authentication. See the FAQ1_ for help if +handle *ssh:* connections and authentication. See the FAQ_ for help if  you have trouble connecting to ssh servers.   -.. _FAQ1: http://bitbucket.org/tortoisehg/stable/wiki/FAQ#tortoisehg-faq +.. _FAQ: http://bitbucket.org/tortoisehg/stable/wiki/FAQ#tortoisehg-faq    Under the :guilabel:`Advanced Options` fold-up panel are a number of configurables  that are valid for most push/pull operations.    :guilabel:`Specify target revision for transmission`   to avoid sending all revisions  :guilabel:`Force pull or push`   override warnings about multiple heads or unrelated repositories  :guilabel:`Show patches`   show diffs in incoming and outging changes  :guilabel:`Show Newest First`   reverse order that changesets are listed  :guilabel:`Show No Merges`   filter out merge changesets from output (does not affect push/pull)      After Pull  ----------    After changesets are pulled into your repository, two buttons may appear  at the bottom of the dialog:    :guilabel:`View pulled changesets`   Open the changelog viewer and inspect pulled changesets  :guilabel:`Update to tip`   Update your working directory to the new tip    Either button may be hidden if it is not applicable.    Email  -----    The email dialog can be launched from two TortoiseHg tools.    1) The changelog tool, in which case the user intends to email a single   revision    2) The synchronize tool, in which case the user intends to email all   outgoing changes to the current target repository (it's good practice to   check the outgoing changes before launching the email dialog).    .. figure:: figures//email.png   :alt: Email dialog     Email dialog    The :guilabel:`Send:guilabel:` button is obvious, and the :guilabel:`Configure` dialog predictably  opens the TortoiseHg Settings dialog to the email tab where you can  configure your SMTP settings and set default :guilabel:`To:` and :guilabel:`From:` addresses.    Please consult the Mercurial documentation for the differences between  plain patches, HG patches, Git patches, and bundles.