Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable Merge

Changeset e1b124efe4a3

Parents d1864584df0a

Parents 27929f0fba22

by Steve Borho

Changes to 17 files · Browse files at e1b124efe4a3 Showing diff from parent d1864584df0a 27929f0fba22 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
 
 
 
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
 
 
 
 
 
 
 
 
297
298
299
300
301
302
303
304
305
306
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
@@ -1,109 +1,307 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs id="defs4"> - <linearGradient id="linearGradient3687"> - <stop id="stop3689" stop-color="#94ec3e" offset="0"/> - <stop id="stop3691" stop-color="#67bd13" offset="1"/> - </linearGradient> - <radialGradient id="radialGradient3693" xlink:href="#linearGradient3687" gradientUnits="userSpaceOnUse" cy="115.13" cx="58.143" gradientTransform="matrix(0,1.0475859,-0.952414,0,172.73427,46.928801)" r="10.5"/> - <radialGradient id="radialGradient6718" gradientUnits="userSpaceOnUse" cy="40" cx="23.857" gradientTransform="matrix(1,0,0,0.5,0,20)" r="17.143"> - <stop id="stop4128-8" stop-color="#000" offset="0"/> - <stop id="stop4130-6" stop-color="#000" stop-opacity="0" offset="1"/> - </radialGradient> - <linearGradient id="linearGradient6720" y2="26.719" gradientUnits="userSpaceOnUse" x2="38.826" gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" y1="26.719" x1="9.3031"> - <stop id="stop4136-4" stop-color="#ffe827" offset="0"/> - <stop id="stop4148-86" stop-color="#fef7bb" offset="0.25"/> - <stop id="stop4142-5" stop-color="#ffe92c" offset="0.5"/> - <stop id="stop4138-0" stop-color="#efd600" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient6722" y2="56.576" gradientUnits="userSpaceOnUse" x2="37.969" gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" y1="14.004" x1="17.16"> - <stop id="stop4178-0" stop-color="#FFF" offset="0"/> - <stop id="stop4180-6" stop-color="#FFF" stop-opacity="0" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient6724" y2="30" gradientUnits="userSpaceOnUse" x2="15.786" gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" y1="19.5" x1="16.071"> - <stop id="stop6926-8" stop-color="#FFF" offset="0"/> - <stop id="stop6928-9" stop-color="#FFF" stop-opacity="0" offset="1"/> - </linearGradient> - <radialGradient id="radialGradient6754" xlink:href="#linearGradient3687" gradientUnits="userSpaceOnUse" cy="115.13" cx="58.143" gradientTransform="matrix(0,1.0475859,-0.952414,0,123.59141,-46.004808)" r="10.5"/> - <radialGradient id="radialGradient6783" xlink:href="#linearGradient3687" gradientUnits="userSpaceOnUse" cy="115.13" cx="58.143" gradientTransform="matrix(1.0469163,0.03744893,0.03404674,-0.95180526,-46.478652,116.20152)" r="10.5"/> - <radialGradient id="radialGradient6785" xlink:href="#linearGradient3687" gradientUnits="userSpaceOnUse" cy="115.13" cx="58.143" gradientTransform="matrix(0,-0.34959933,0.38975938,0,-20.958439,26.336211)" r="10.5"/> - <radialGradient id="radialGradient3020" xlink:href="#linearGradient3687" gradientUnits="userSpaceOnUse" cy="131.73" cx="56.415" gradientTransform="matrix(-0.01933926,0.69693739,-0.68435134,-0.01899002,104.03159,-30.070916)" r="10.5"/> - <radialGradient id="radialGradient3031" xlink:href="#linearGradient3687" gradientUnits="userSpaceOnUse" cy="115.13" cx="58.143" gradientTransform="matrix(0,-0.48116588,0.53590621,0,-38.941393,33.860571)" r="10.5"/> - <radialGradient id="radialGradient3033" xlink:href="#linearGradient3687" gradientUnits="userSpaceOnUse" cy="116.01" cx="52.429" gradientTransform="matrix(0,0.42648931,-0.38774327,0,56.731055,-10.196269)" r="10.5"/> - </defs> - <metadata id="metadata7"> - <rdf:RDF> - <cc:Work rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> - <dc:title/> - <dc:date>2010-10-01</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Peer Sommerlund</dc:title> - </cc:Agent> - </dc:creator> - <dc:description>Incoming icon for TortoiseHg</dc:description> - <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/"/> - </cc:Work> - <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"> - <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/> - <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/> - <cc:requires rdf:resource="http://creativecommons.org/ns#Notice"/> - <cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/> - <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/> - <cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/> - </cc:License> - </rdf:RDF> - </metadata> - <g id="layer11" display="none"> - <rect id="rect3029" fill-opacity="0.50196" ry="3.452" height="31.136" width="31.271" stroke="#3465a4" y="0.39028" x="0.54149" stroke-width="1" fill="#eeeeec"/> - </g> - <g id="layer2"> - <g id="g3942" transform="matrix(0.32240824,0,0,0.32240824,20.453762,1.5426752)"> - <path id="path3366" style="color:#000000;" fill-rule="nonzero" transform="matrix(0.90393666,0,0,1.0124237,-5.1903466,-14.47793)" display="block" fill="url(#radialGradient6718)" d="m41,40c0,4.7339-7.6751,8.5714-17.143,8.5714-9.4677,0-17.143-3.8376-17.143-8.5714,0-4.7339,7.6751-8.5714,17.143-8.5714,9.468,0,17.143,3.837,17.143,8.571z"/> - <g id="g3936"> - <path id="path3068" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m16.262,1.3611c-6.9706,0-12.638,2.4225-12.638,5.4025v19.989c0,2.98,5.6678,5.4025,12.638,5.4025,6.9706,0,12.864-2.4225,12.864-5.4025v-19.989c0-2.98-5.8935-5.4025-12.864-5.4025z" fill-rule="nonzero" stroke-dashoffset="0" display="block" stroke="#c4a000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1" fill="url(#linearGradient6720)"/> - <path id="path4174" opacity="0.75" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" fill="none" stroke-dashoffset="0" display="block" stroke="url(#linearGradient6722)" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1" d="m16.27,2.1106c-6.499,0-11.783,2.2586-11.783,5.037v19.126c0,2.7784,5.2844,5.037,11.783,5.037,6.499,0,11.994-2.2586,11.994-5.037v-19.126c0-2.7784-5.4948-5.037-11.994-5.037z"/> - <path id="path3364" opacity="0.75" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m36.857,14.071c0,3.0376-5.7563,5.5-12.857,5.5-7.1008,0-12.857-2.4624-12.857-5.5s5.7563-5.5,12.857-5.5c7.1008,0,12.857,2.4624,12.857,5.5z" fill-rule="nonzero" display="block" transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)" stroke-dashoffset="0" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1.14772761" fill="#fff498"/> - <path id="path6922" opacity="0.49367083" style="color:#000000;" d="m7.1318,10.704,0.31675,14.51,4.0544,1.1114-0.1267-14.448l4.8146-0.18523c-4.626-0.202-9.9187-2.1397-11.72-3.3964,1.2566,1.8084,2.6607,2.4084,2.6607,2.4084z" fill-rule="nonzero" display="block" fill="url(#linearGradient6724)"/> - </g> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg2" + viewBox="0 0 32 32" + version="1.0" + inkscape:version="0.48.0 r9654" + width="100%" + height="100%" + sodipodi:docname="incoming.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="1" + gridtolerance="1" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="923" + inkscape:window-height="604" + id="namedview64" + showgrid="true" + inkscape:zoom="11.625" + inkscape:cx="12.651102" + inkscape:cy="17.165288" + inkscape:window-x="229" + inkscape:window-y="58" + inkscape:window-maximized="0" + inkscape:current-layer="layer1"> + <inkscape:grid + type="xygrid" + id="grid3041" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <defs + id="defs4"> + <linearGradient + id="linearGradient3687"> + <stop + id="stop3689" + stop-color="#94ec3e" + offset="0" /> + <stop + id="stop3691" + stop-color="#67bd13" + offset="1" /> + </linearGradient> + <radialGradient + id="radialGradient3031" + xlink:href="#linearGradient3687" + gradientUnits="userSpaceOnUse" + cy="115.13" + cx="58.143" + gradientTransform="matrix(0,-0.48116588,0.53590621,0,-38.941393,33.860571)" + r="10.5" /> + <radialGradient + id="radialGradient6718-8" + gradientUnits="userSpaceOnUse" + cy="40" + cx="23.857" + gradientTransform="matrix(1,0,0,0.5,0,20)" + r="17.143"> + <stop + id="stop4128-8-5" + stop-color="#000" + offset="0" /> + <stop + id="stop4130-6-7" + stop-color="#000" + stop-opacity="0" + offset="1" /> + </radialGradient> + <linearGradient + id="linearGradient6720-1" + x1="9.3030996" + gradientUnits="userSpaceOnUse" + y1="26.719" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" + x2="38.826" + y2="26.719"> + <stop + id="stop4136-4-8" + stop-color="#ffe827" + offset="0" /> + <stop + id="stop4148-86-9" + stop-color="#fef7bb" + offset="0.25" /> + <stop + id="stop4142-5-2" + stop-color="#ffe92c" + offset="0.5" /> + <stop + id="stop4138-0-7" + stop-color="#efd600" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient6722-4" + x1="17.16" + gradientUnits="userSpaceOnUse" + y1="14.004" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" + x2="37.969002" + y2="56.576"> + <stop + id="stop4178-0-3" + stop-color="#FFF" + offset="0" /> + <stop + id="stop4180-6-1" + stop-color="#FFF" + stop-opacity="0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient6724-3" + x1="16.070999" + gradientUnits="userSpaceOnUse" + y1="19.5" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" + x2="15.786" + y2="30"> + <stop + id="stop6926-8-3" + stop-color="#FFF" + offset="0" /> + <stop + id="stop6928-9-4" + stop-color="#FFF" + stop-opacity="0" + offset="1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#radialGradient6718-8" + id="radialGradient2910-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1205895,0,0,0.68159953,-10.359034,-1.2449633)" + cx="23.857" + cy="40" + r="17.143" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6720-1" + id="linearGradient2912-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" + x1="9.3030996" + y1="26.719" + x2="38.826" + y2="26.719" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6720-1" + id="linearGradient2914-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" + x1="9.3030996" + y1="26.719" + x2="38.826" + y2="26.719" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6722-4" + id="linearGradient2916-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" + x1="17.16" + y1="14.004" + x2="37.969002" + y2="56.576" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6724-3" + id="linearGradient2918-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" + x1="16.070999" + y1="19.5" + x2="15.786" + y2="30" /> + </defs> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + <dc:date>2011-02-14</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Peer Sommerlund</dc:title> + </cc:Agent> + </dc:creator> + <dc:description>Incoming icon for TortoiseHg</dc:description> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="Repositories"> + <g + style="display:inline;opacity:1" + id="remote-repo" + transform="matrix(0.32051113,0,0,0.32051113,20.086488,1.6589198)"> + <path + inkscape:connector-curvature="0" + id="path3366-shadow" + style="color:#000000;fill:url(#radialGradient2910-1);fill-rule:nonzero;display:block" + d="m 35.585136,26.019018 c 0,6.453249 -8.600636,11.684525 -19.210266,11.684525 -10.6094051,0 -19.2102658,-5.231414 -19.2102658,-11.684525 0,-6.453249 8.6006366,-11.684525 19.2102658,-11.684525 10.609742,0 19.210266,5.230595 19.210266,11.68398 z" + display="block" /> + <g + id="g3936"> + <path + inkscape:connector-curvature="0" + display="block" + stroke-miterlimit="10" + d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 v -19.99 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" + style="color:#000000;fill:url(#linearGradient2912-1);fill-rule:nonzero;stroke:#c4a000;stroke-width:6.24003266999999970;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + id="path2865-fat-edge" /> + <path + inkscape:connector-curvature="0" + id="path3068" + style="color:#000000;fill:url(#linearGradient2914-3);fill-rule:nonzero;stroke:#c4a000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 v -19.99 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" + stroke-miterlimit="10" + display="block" /> + <path + inkscape:connector-curvature="0" + id="path4174" + style="opacity:0.75000000000000000;color:#000000;fill:none;stroke:url(#linearGradient2916-8);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 16.27,2.1106 c -6.499,0 -11.783,2.2586 -11.783,5.037 v 19.126 c 0,2.7784 5.2844,5.037 11.783,5.037 6.499,0 11.994,-2.2586 11.994,-5.037 V 7.1476 c 0,-2.7784 -5.4948,-5.037 -11.994,-5.037 z" + display="block" + stroke-miterlimit="10" /> + <path + inkscape:connector-curvature="0" + id="path3364" + style="opacity:0.75000000000000000;color:#000000;fill:#fff498;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.14772761000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 36.857,14.071 c 0,3.0376 -5.7563,5.5 -12.857,5.5 -7.1008,0 -12.857,-2.4624 -12.857,-5.5 0,-3.0376 5.7563,-5.5 12.857,-5.5 7.1008,0 12.857,2.4624 12.857,5.5 z" + transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)" + stroke-miterlimit="10" + display="block" /> + <path + inkscape:connector-curvature="0" + id="path6922" + style="opacity:0.49367083000000000;color:#000000;fill:url(#linearGradient2918-7);fill-rule:nonzero;display:block" + d="m 7.1318,10.704 0.31675,14.51 4.0544,1.1114 -0.1267,-14.448 4.8146,-0.18523 c -4.626,-0.202 -9.9187,-2.1397 -11.72,-3.3964 1.2566,1.8084 2.6607,2.4084 2.6607,2.4084 z" + display="block" /> + </g> + </g> + <g + style="fill:none;display:inline" + id="local-repo-outline" + transform="matrix(0.46956145,0,0,0.48518252,1.2570046,13.388911)"> + <path + inkscape:connector-curvature="0" + display="block" + stroke-miterlimit="10" + d="m 16.252534,0.28697949 c -7.5545293,0 -13.696689,2.59150321 -13.696689,5.77939981 V 27.449891 c 0,3.187895 6.1425933,5.779398 13.696689,5.779398 7.554529,0 13.941621,-2.591503 13.941621,-5.779398 V 6.0653094 c 0,-3.1878965 -6.3872,-5.77939964 -13.941621,-5.77939964 z" + style="color:#000000;fill:none;stroke:#c4a000;stroke-width:1.04754144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + id="outline" /> + </g>   </g> - <g id="g3942-3" transform="matrix(0.49757455,0,0,0.49757455,0.88632778,14.668002)"> - <path id="path3366-4" style="color:#000000;" fill-rule="nonzero" transform="matrix(0.90393666,0,0,1.0124237,-5.1903466,-14.47793)" display="block" fill="url(#radialGradient6718)" d="m41,40c0,4.7339-7.6751,8.5714-17.143,8.5714-9.4677,0-17.143-3.8376-17.143-8.5714,0-4.7339,7.6751-8.5714,17.143-8.5714,9.468,0,17.143,3.837,17.143,8.571z"/> - <g id="g3936-4"> - <path id="path3068-6" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m16.262,1.3611c-6.9706,0-12.638,2.4225-12.638,5.4025v19.989c0,2.98,5.6678,5.4025,12.638,5.4025,6.9706,0,12.864-2.4225,12.864-5.4025v-19.989c0-2.98-5.8935-5.4025-12.864-5.4025z" fill-rule="nonzero" stroke-dashoffset="0" display="block" stroke="#c4a000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1" fill="url(#linearGradient6720)"/> - <path id="path4174-0" opacity="0.75" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" fill="none" stroke-dashoffset="0" display="block" stroke="url(#linearGradient6722)" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1" d="m16.27,2.1106c-6.499,0-11.783,2.2586-11.783,5.037v19.126c0,2.7784,5.2844,5.037,11.783,5.037,6.499,0,11.994-2.2586,11.994-5.037v-19.126c0-2.7784-5.4948-5.037-11.994-5.037z"/> - <path id="path3364-6" opacity="0.75" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m36.857,14.071c0,3.0376-5.7563,5.5-12.857,5.5-7.1008,0-12.857-2.4624-12.857-5.5s5.7563-5.5,12.857-5.5c7.1008,0,12.857,2.4624,12.857,5.5z" fill-rule="nonzero" display="block" transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)" stroke-dashoffset="0" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1.14772761" fill="#fff498"/> - <path id="path6922-6" opacity="0.49367083" style="color:#000000;" d="m7.1318,10.704,0.31675,14.51,4.0544,1.1114-0.1267-14.448l4.8146-0.18523c-4.626-0.202-9.9187-2.1397-11.72-3.3964,1.2566,1.8084,2.6607,2.4084,2.6607,2.4084z" fill-rule="nonzero" display="block" fill="url(#linearGradient6724)"/> - </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Operation"> + <path + id="incoming-arrow" + d="m 24.53,9.7335 -8.2634,0 0,-5.774 c 0.50048,0.85705 0.24571,0.88348 1.6483,1.7537 1.2142,-1.7229 4.9788,-3.6747 6.3803,-2.2948 0.86268,0.59831 0.92312,0.87194 2.4385,1.2025 -1.1561,0.024971 -4.4105,-1.2124 -6.1787,3.0324 l 3.9749,2.0802" + inkscape:connector-curvature="0" + style="opacity:0.75;fill:url(#radialGradient3031);fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter" />   </g> - </g> - <g id="layer1" transform="translate(-49.142857,-92.933609)" display="none"> - <path id="path2900" stroke-linejoin="miter" d="m59.933,99.458,14.686,0,0,12.571c-1.6112-1.7186-2.7523-3.3433-5.2449-5.2379-3.4223,1.5674-13.131,7.3288-11.539,13.619-2.0065-4.7374-6.0352-11.641,7.3428-18.857l-5.2449-2.0952" fill-rule="evenodd" stroke="#4e9a06" stroke-linecap="butt" stroke-width="1.04828036px" fill="url(#radialGradient3693)"/> - </g> - <g id="layer3" display="none"> - <path id="path6735" stroke-linejoin="miter" d="m59.933,99.458,14.686,0,0,12.571c-1.6112-1.7186-2.7523-3.3433-5.2449-5.2379-2.0224,0.92625-6.24,3.3171-9.0235,6.416-1.5332-1.3026-1.6406-1.8984-4.3337-2.618,0.84613-2.8536,3.3762-5.9156,9.1613-9.036l-5.2449-2.0952" fill-rule="evenodd" transform="translate(-49.142857,-92.933609)" stroke="#4e9a06" stroke-linecap="butt" stroke-width="1.04828036px" fill="url(#radialGradient3693)"/> - </g> - <g id="layer4" display="none"> - <path id="path6739" stroke-linejoin="miter" d="m10.781,6.5312,5.25,2.0938c-0.38975,0.21023-0.73307,0.41535-1.0938,0.625,1.9352,1.2474,4.1712,3.0014,5,4.75,0.08321-0.03949,0.20421-0.12096,0.28125-0.15625,2.4926,1.8947,3.6388,3.5314,5.25,5.25v-6.5625c-2.1942-2.2404-5.1595-4.595-7.8438-6h-6.8438zm9.8125,0c1.8445,1.1019,3.4315,2.3372,4.875,3.6875v-3.6875h-4.875zm-6.875,3.4375c-0.43574,0.27729-0.83032,0.56786-1.2188,0.84375,2.0331,0.95521,3.8738,2.5997,5.3125,4.3125,0.44555-0.25849,0.79978-0.45328,1.1875-0.65625-1.6354-1.8248-3.2143-3.2105-5.2812-4.5zm-2.5938,1.875c-0.56282,0.46462-1.0877,0.94725-1.5312,1.4062,2.0809,1.0441,3.9253,2.2532,5.4062,3.7188,0.50852-0.3663,1.0048-0.71414,1.5-1.0312-1.3784-1.5668-3.3118-3.0409-5.375-4.0938zm-2.8438,3c-0.67042,0.95382-1.1347,1.8966-1.4062,2.8125,2.6932,0.71959,2.8106,1.3224,4.3438,2.625,0.65734-0.73183,1.3868-1.4196,2.1562-2.0625-1.5602-1.6016-3.3017-2.5716-5.0938-3.375z" fill-rule="evenodd" stroke="#4e9a06" stroke-linecap="butt" stroke-width="1.04828036px" fill="url(#radialGradient6754)"/> - <g id="layer5" display="none"> - <path id="path6742" stroke-linejoin="miter" d="m7.0906,14.312c2.343,0.96184,4.6639,2.0845,6.6503,4.2904,0.17426,0.66209,0.89045,0.46362,1.4689,0.79841,0.3864-0.44895,0.91564-0.8741,0.61554-1.5534-1.9489-2.2788-4.679-3.9933-7.8837-5.3914-0.018994-0.94434,0.91201-1.0663,2.2187-1.0931,2.8596,1.2449,5.6422,3.4029,7.1683,5.5756,0.56372,0.50931-0.15807-0.17631,0.13068,0.54435,0.46956,0.79717,0.80499-0.58989,1.1228-0.91377-0.46654-0.46281,0.01786-0.5554-0.44465-1.041-1.8033-2.248-4.3135-4.5062-7.0839-5.2753-0.08326-0.93463-0.3113-1.2975,0.78997-1.3521,3.0759,1.6408,5.0477,3.2189,7.1442,5.5582,0.41974,0.47477,0.67198,1.1656,1.19,1.5175,0.938-2.871-4.557-6.4703-7.123-7.8606-0.588-0.2932-3.8161-0.163-4.4186-0.399-0.5782-0.1702-0.4564-1.7398-1.0454-1.8839-0.748-0.2934,4.498-1.5969,7.658-0.3061,4.241,1.2697,10.463,6.5386,12.654,9.9176-0.464,0.841-0.014-3.099,0.41-2.212-2.826-3.4542-6.119-6.1546-10.858-8.3576-5.482-2.5478-10.69-0.3854-13.807,1.5477" stroke="#000" stroke-linecap="butt" stroke-width="1px" fill="#2e3436"/> - </g> - </g> - <g id="layer6" display="none"> - <path id="path6776" stroke-linejoin="miter" d="M10.049,5.3502,9.5241,20.026,22.087,20.476c-21.233-27.048-22.816-28.246-24.62-30.805,0.998-1.988,3.538-6.1173,6.735-8.7883-1.247-1.5788-1.839-1.7074-2.462-4.4245-2.882,0.7435-6.032,3.1625-9.358,8.8328l-1.906-5.3168" fill-rule="evenodd" stroke="#4e9a06" stroke-linecap="butt" stroke-width="1.04828036px" fill="url(#radialGradient6783)"/> - </g> - <g id="layer7"> - <path id="path6760" stroke-linejoin="miter" d="m24.53,9.7335-8.2634,0,0-5.774c0.50048,0.85705,0.24571,0.88348,1.6483,1.7537,1.2142-1.7229,4.9788-3.6747,6.3803-2.2948,0.86268,0.59831,0.92312,0.87194,2.4385,1.2025-1.1561,0.024971-4.4105-1.2124-6.1787,3.0324l3.9749,2.0802" fill-rule="evenodd" stroke="#4e9a06" stroke-linecap="butt" stroke-width="0.53291941px" fill="url(#radialGradient3031)"/> - </g> - <g id="layer9" display="none"> - <path id="path6767" stroke-linejoin="miter" d="m10.808,11.189,5.9788,0,0,5.1179c-0.65595-0.69967-1.1205-1.3611-2.1353-2.1324-0.82334,0.37709-2.5404,1.3504-3.6736,2.6121-0.62417-0.53033-0.6679-0.77286-1.7643-1.0658,0.34447-1.1618,1.3745-2.4083,3.7297-3.6787l-2.1353-0.85298" fill-rule="evenodd" stroke="#4e9a06" stroke-linecap="butt" stroke-width="0.42677203px" fill="url(#radialGradient3033)"/> - </g> - <g id="layer8" display="none"> - <path id="path3017" stroke-linejoin="miter" d="m14.153,3.3335c2.7969,0.13537,5.3775,1.286,8.6862,1.7599l-0.812,6.2686c-0.656-0.7-1.933-3.8656-2.948-4.637-2.349,0.4364-5.653,1.249-7.221,3.1708-2.2791,2.6212-1.124,7.7262-1.19,8.7822-0.625-0.53-2.4282-2.194-3.5246-2.487,0.7199-1.803,0.4158-5.874,2.6697-8.0183,2.0239-1.3688,5.1829-2.5514,7.6259-2.9033l-3.286-1.936z" fill-rule="evenodd" stroke="#4e9a06" stroke-linecap="butt" stroke-width="0.42677203px" fill="url(#radialGradient3020)"/> - </g> - <g id="layer10" display="none"> - <path id="path3023" stroke-linejoin="miter" d="M16.303,15.981,8.4992,19.704,4.1672,11.177c0.65936,0.57353,3.0215,2.6048,4.0416,3.2371-23.081-42.476-19.337-46.184-12.686-47.99,4.2435-1.0827,3.6943,0.76628,4.2341,1.2973,0.62742,0.43472,0.67137,0.63352,1.7735,0.87366-0.477,0.0102-0.903-2.061-4.764-1.1187-6.854,1.2252-8.958,6.3694-10.965,12.459l5.6999,0.36076z" fill-rule="evenodd" stroke="#4e9a06" stroke-linecap="butt" stroke-width="0.38739437px" fill="url(#radialGradient6785)"/> - </g> -</svg> \ No newline at end of file
+</svg>
 
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
 
 
 
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
 
 
 
 
 
 
 
 
298
299
300
301
302
303
304
305
306
307
 
 
 
 
 
 
 
 
 
308
@@ -1,80 +1,308 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" height="100%" width="100%" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs id="defs4"> - <linearGradient id="linearGradient3687"> - <stop id="stop3689" stop-color="#94ec3e" offset="0"/> - <stop id="stop3691" stop-color="#67bd13" offset="1"/> - </linearGradient> - <radialGradient id="radialGradient3693" xlink:href="#linearGradient3687" gradientUnits="userSpaceOnUse" cy="115.13" cx="58.143" gradientTransform="matrix(0,1.0475859,-0.952414,0,172.73427,46.928801)" r="10.5"/> - <radialGradient id="radialGradient6718" gradientUnits="userSpaceOnUse" cy="40" cx="23.857" gradientTransform="matrix(1,0,0,0.5,0,20)" r="17.143"> - <stop id="stop4128-8" stop-color="#000" offset="0"/> - <stop id="stop4130-6" stop-color="#000" stop-opacity="0" offset="1"/> - </radialGradient> - <linearGradient id="linearGradient6720" x1="9.3031" gradientUnits="userSpaceOnUse" y1="26.719" gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" x2="38.826" y2="26.719"> - <stop id="stop4136-4" stop-color="#ffe827" offset="0"/> - <stop id="stop4148-86" stop-color="#fef7bb" offset="0.25"/> - <stop id="stop4142-5" stop-color="#ffe92c" offset="0.5"/> - <stop id="stop4138-0" stop-color="#efd600" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient6722" x1="17.16" gradientUnits="userSpaceOnUse" y1="14.004" gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" x2="37.969" y2="56.576"> - <stop id="stop4178-0" stop-color="#FFF" offset="0"/> - <stop id="stop4180-6" stop-color="#FFF" stop-opacity="0" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient6724" x1="16.071" gradientUnits="userSpaceOnUse" y1="19.5" gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" x2="15.786" y2="30"> - <stop id="stop6926-8" stop-color="#FFF" offset="0"/> - <stop id="stop6928-9" stop-color="#FFF" stop-opacity="0" offset="1"/> - </linearGradient> - <radialGradient id="radialGradient3033" xlink:href="#linearGradient3687" gradientUnits="userSpaceOnUse" cy="116.01" cx="52.429" gradientTransform="matrix(0,0.42648931,-0.38774327,0,55.939184,-9.98374)" r="10.5"/> - </defs> - <metadata id="metadata7"> - <rdf:RDF> - <cc:Work rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> - <dc:title/> - <dc:date>2011-02-10</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Peer Sommerlund</dc:title> - </cc:Agent> - </dc:creator> - <dc:description>Outgoing icon for TortoiseHg</dc:description> - <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/"/> - </cc:Work> - <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"> - <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/> - <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/> - <cc:requires rdf:resource="http://creativecommons.org/ns#Notice"/> - <cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/> - <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/> - <cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/> - </cc:License> - </rdf:RDF> - </metadata> - <g id="repos"> - <g id="g3942" transform="matrix(0.32240824,0,0,0.32240824,20.453762,1.5426752)"> - <path id="path3366" style="color:#000000;" d="m41,40c0,4.7339-7.6751,8.5714-17.143,8.5714-9.4677,0-17.143-3.8376-17.143-8.5714,0-4.7339,7.6751-8.5714,17.143-8.5714,9.468,0,17.143,3.837,17.143,8.571z" fill-rule="nonzero" transform="matrix(0.90393666,0,0,1.0124237,-5.1903466,-14.47793)" display="block" fill="url(#radialGradient6718)"/> - <g id="g3936"> - <path id="path3068" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m16.262,1.3611c-6.9706,0-12.638,2.4225-12.638,5.4025v19.989c0,2.98,5.6678,5.4025,12.638,5.4025,6.9706,0,12.864-2.4225,12.864-5.4025v-19.99c0-2.98-5.8935-5.4025-12.864-5.4025z" fill-rule="nonzero" stroke-dashoffset="0" stroke="#c4a000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1" display="block" fill="url(#linearGradient6720)"/> - <path id="path4174" opacity="0.75" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m16.27,2.1106c-6.499,0-11.783,2.2586-11.783,5.037v19.126c0,2.7784,5.2844,5.037,11.783,5.037,6.499,0,11.994-2.2586,11.994-5.037v-19.126c0-2.7784-5.4948-5.037-11.994-5.037z" stroke-dashoffset="0" display="block" stroke="url(#linearGradient6722)" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1" fill="none"/> - <path id="path3364" opacity="0.75" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m36.857,14.071c0,3.0376-5.7563,5.5-12.857,5.5-7.1008,0-12.857-2.4624-12.857-5.5s5.7563-5.5,12.857-5.5c7.1008,0,12.857,2.4624,12.857,5.5z" fill-rule="nonzero" stroke-dashoffset="0" transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1.14772761" display="block" fill="#fff498"/> - <path id="path6922" opacity="0.49367083" style="color:#000000;" d="m7.1318,10.704,0.31675,14.51,4.0544,1.1114-0.1267-14.448,4.8146-0.18523c-4.626-0.202-9.9187-2.1397-11.72-3.3964,1.2566,1.8084,2.6607,2.4084,2.6607,2.4084z" fill-rule="nonzero" display="block" fill="url(#linearGradient6724)"/> - </g> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg2" + viewBox="0 0 32 32" + height="100%" + width="100%" + version="1.0" + inkscape:version="0.48.0 r9654" + sodipodi:docname="outgoing.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1099" + inkscape:window-height="613" + id="namedview4473" + showgrid="true" + inkscape:zoom="13.78125" + inkscape:cx="16" + inkscape:cy="16" + inkscape:window-x="53" + inkscape:window-y="26" + inkscape:window-maximized="0" + inkscape:current-layer="layer1"> + <inkscape:grid + type="xygrid" + id="grid3068" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="1.3333px" + spacingy="1.3333px" /> + </sodipodi:namedview> + <defs + id="defs4"> + <linearGradient + id="linearGradient3687"> + <stop + id="stop3689" + stop-color="#94ec3e" + offset="0" /> + <stop + id="stop3691" + stop-color="#67bd13" + offset="1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#radialGradient6718-8" + id="radialGradient3700-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.98592539,0,0,0.53695798,-7.1463517,5.0677735)" + cx="23.857" + cy="40" + r="17.143" /> + <radialGradient + id="radialGradient6718-8" + gradientUnits="userSpaceOnUse" + cy="40" + cx="23.857" + gradientTransform="matrix(1,0,0,0.5,0,20)" + r="17.143"> + <stop + id="stop4128-8-5" + stop-color="#000" + offset="0" /> + <stop + id="stop4130-6-7" + stop-color="#000" + stop-opacity="0" + offset="1" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6720-1" + id="linearGradient3702-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" + x1="9.3030996" + y1="26.719" + x2="38.826" + y2="26.719" /> + <linearGradient + id="linearGradient6720-1" + x1="9.3030996" + gradientUnits="userSpaceOnUse" + y1="26.719" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" + x2="38.826" + y2="26.719"> + <stop + id="stop4136-4-8" + stop-color="#ffe827" + offset="0" /> + <stop + id="stop4148-86-9" + stop-color="#fef7bb" + offset="0.25" /> + <stop + id="stop4142-5-2" + stop-color="#ffe92c" + offset="0.5" /> + <stop + id="stop4138-0-7" + stop-color="#efd600" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6720-1" + id="linearGradient3704-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" + x1="9.3030996" + y1="26.719" + x2="38.826" + y2="26.719" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6722-4" + id="linearGradient3706-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" + x1="17.16" + y1="14.004" + x2="37.969002" + y2="56.576" /> + <linearGradient + id="linearGradient6722-4" + x1="17.16" + gradientUnits="userSpaceOnUse" + y1="14.004" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" + x2="37.969002" + y2="56.576"> + <stop + id="stop4178-0-3" + stop-color="#FFF" + offset="0" /> + <stop + id="stop4180-6-1" + stop-color="#FFF" + stop-opacity="0" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6724-3" + id="linearGradient3708-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" + x1="16.070999" + y1="19.5" + x2="15.786" + y2="30" /> + <linearGradient + id="linearGradient6724-3" + x1="16.070999" + gradientUnits="userSpaceOnUse" + y1="19.5" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" + x2="15.786" + y2="30"> + <stop + id="stop6926-8-3" + stop-color="#FFF" + offset="0" /> + <stop + id="stop6928-9-4" + stop-color="#FFF" + stop-opacity="0" + offset="1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3687" + id="radialGradient4790" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,0.42648931,-0.38774327,0,65.705418,1.4448314)" + cx="52.429" + cy="116.01" + r="10.5" /> + </defs> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + <dc:date>2011-02-14</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Peer Sommerlund</dc:title> + </cc:Agent> + </dc:creator> + <dc:description>Outgoing icon for TortoiseHg</dc:description> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="Repositories"> + <g + id="remote-repo"> + <path + inkscape:connector-curvature="0" + display="block" + stroke-miterlimit="10" + d="m 25.292783,1.6903302 c -2.595454,0 -4.705671,0.8602782 -4.705671,1.9185357 V 10.70736 c 0,1.058257 2.110366,1.918536 4.705671,1.918536 2.595454,0 4.78982,-0.860279 4.78982,-1.918536 V 3.6085109 c 0,-1.0582576 -2.194403,-1.9185358 -4.78982,-1.9185358 z" + style="color:#000000;fill:none;stroke:#c4a000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + id="outline" /> + </g> + <g + style="display:inline" + id="local-repo" + transform="matrix(0.48396655,0,0,0.48396655,0.76305652,13.602837)"> + <path + inkscape:connector-curvature="0" + id="path3366-4-shadow" + style="color:#000000;fill:url(#radialGradient3700-6);fill-rule:nonzero;display:block" + d="m 33.276589,26.546093 c 0,5.083811 -7.567076,9.204963 -16.901719,9.204963 -9.3344455,0 -16.9017186,-4.12126 -16.9017186,-9.204963 0,-5.083811 7.5670759,-9.204964 16.9017186,-9.204964 9.334742,0 16.901719,4.120616 16.901719,9.204534 z" + display="block" /> + <g + id="g3936-4"> + <path + inkscape:connector-curvature="0" + display="block" + stroke-miterlimit="10" + d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 v -19.99 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" + style="color:#000000;fill:url(#linearGradient3702-6);fill-rule:nonzero;stroke:#c4a000;stroke-width:4.13251686;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + id="path2861-fat-edge" /> + <path + inkscape:connector-curvature="0" + id="path3068-6" + style="color:#000000;fill:url(#linearGradient3704-9);fill-rule:nonzero;stroke:#c4a000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 v -19.99 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" + stroke-miterlimit="10" + display="block" /> + <path + inkscape:connector-curvature="0" + id="path4174-0" + style="opacity:0.75;color:#000000;fill:none;stroke:url(#linearGradient3706-5);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 16.27,2.1106 c -6.499,0 -11.783,2.2586 -11.783,5.037 v 19.126 c 0,2.7784 5.2844,5.037 11.783,5.037 6.499,0 11.994,-2.2586 11.994,-5.037 V 7.1476 c 0,-2.7784 -5.4948,-5.037 -11.994,-5.037 z" + display="block" + stroke-miterlimit="10" /> + <path + inkscape:connector-curvature="0" + id="path3364-6" + style="opacity:0.75;color:#000000;fill:#fff498;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.14772761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 36.857,14.071 c 0,3.0376 -5.7563,5.5 -12.857,5.5 -7.1008,0 -12.857,-2.4624 -12.857,-5.5 0,-3.0376 5.7563,-5.5 12.857,-5.5 7.1008,0 12.857,2.4624 12.857,5.5 z" + transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)" + stroke-miterlimit="10" + display="block" /> + <path + inkscape:connector-curvature="0" + id="path6922-6" + style="opacity:0.49367083;color:#000000;fill:url(#linearGradient3708-2);fill-rule:nonzero;display:block" + d="m 7.1318,10.704 0.31675,14.51 4.0544,1.1114 -0.1267,-14.448 4.8146,-0.18523 c -4.626,-0.202 -9.9187,-2.1397 -11.72,-3.3964 1.2566,1.8084 2.6607,2.4084 2.6607,2.4084 z" + display="block" /> + </g> + </g>   </g> - <g id="g3942-3" transform="matrix(0.49757455,0,0,0.49757455,0.88632778,14.668002)"> - <path id="path3366-4" style="color:#000000;" d="m41,40c0,4.7339-7.6751,8.5714-17.143,8.5714-9.4677,0-17.143-3.8376-17.143-8.5714,0-4.7339,7.6751-8.5714,17.143-8.5714,9.468,0,17.143,3.837,17.143,8.571z" fill-rule="nonzero" transform="matrix(0.90393666,0,0,1.0124237,-5.1903466,-14.47793)" display="block" fill="url(#radialGradient6718)"/> - <g id="g3936-4"> - <path id="path3068-6" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m16.262,1.3611c-6.9706,0-12.638,2.4225-12.638,5.4025v19.989c0,2.98,5.6678,5.4025,12.638,5.4025,6.9706,0,12.864-2.4225,12.864-5.4025v-19.99c0-2.98-5.8935-5.4025-12.864-5.4025z" fill-rule="nonzero" stroke-dashoffset="0" stroke="#c4a000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1" display="block" fill="url(#linearGradient6720)"/> - <path id="path4174-0" opacity="0.75" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m16.27,2.1106c-6.499,0-11.783,2.2586-11.783,5.037v19.126c0,2.7784,5.2844,5.037,11.783,5.037,6.499,0,11.994-2.2586,11.994-5.037v-19.126c0-2.7784-5.4948-5.037-11.994-5.037z" stroke-dashoffset="0" display="block" stroke="url(#linearGradient6722)" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1" fill="none"/> - <path id="path3364-6" opacity="0.75" stroke-linejoin="miter" style="color:#000000;stroke-dasharray:none;" d="m36.857,14.071c0,3.0376-5.7563,5.5-12.857,5.5-7.1008,0-12.857-2.4624-12.857-5.5s5.7563-5.5,12.857-5.5c7.1008,0,12.857,2.4624,12.857,5.5z" fill-rule="nonzero" stroke-dashoffset="0" transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)" stroke="#FFF" stroke-linecap="butt" stroke-miterlimit="10" stroke-width="1.14772761" display="block" fill="#fff498"/> - <path id="path6922-6" opacity="0.49367083" style="color:#000000;" d="m7.1318,10.704,0.31675,14.51,4.0544,1.1114-0.1267-14.448,4.8146-0.18523c-4.626-0.202-9.9187-2.1397-11.72-3.3964,1.2566,1.8084,2.6607,2.4084,2.6607,2.4084z" fill-rule="nonzero" display="block" fill="url(#linearGradient6724)"/> - </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Operation"> + <path + id="outgoing-arrow" + d="m 19.782234,22.830571 5.9788,0 0,5.1179 c -0.424,-0.829 -0.651,-1.274 -1.357,-2.046 -2.14,1.841 -4.238,2.151 -7.2845,1.788 0.3405,-0.606 0.4039,-1.385 0.2298,-2.156 2.5917,0.257 4.0217,-0.082 5.1057,-1.16 -0.93,-0.731 -1.465,-0.945 -2.673,-1.544" + style="opacity:0.75;fill:url(#radialGradient4790);fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" />   </g> - </g> - <g id="layer1" display="none" transform="translate(-49.142857,-92.933609)"> - <path id="path2900" stroke-linejoin="miter" d="m59.933,99.458,14.686,0,0,12.571c-1.6112-1.7186-2.7523-3.3433-5.2449-5.2379-3.4223,1.5674-13.131,7.3288-11.539,13.619-2.0065-4.7374-6.0352-11.641,7.3428-18.857l-5.245-2.092" fill-rule="evenodd" stroke="#4e9a06" stroke-linecap="butt" stroke-width="1.04828036px" fill="url(#radialGradient3693)"/> - </g> - <g id="outgoing-arrow" transform="matrix(0.99438971,-0.10577861,0.10577861,0.99438971,8.0259952,13.605388)"> - <path id="path6767" stroke-linejoin="miter" d="m10.016,11.402,5.9788,0,0,5.1179c-0.424-0.829-0.651-1.274-1.357-2.046-2.14,1.841-4.238,2.151-7.2845,1.788,0.3405-0.606,0.4039-1.385,0.2298-2.156,2.5917,0.257,4.0217-0.082,5.1057-1.16-0.93-0.731-1.465-0.945-2.673-1.544" fill-rule="evenodd" stroke="#4e9a06" stroke-linecap="butt" stroke-width="0.42677203px" fill="url(#radialGradient3033)"/> - </g> -</svg> \ No newline at end of file
+</svg>
 
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
 
231
232
233
234
235
 
 
236
 
 
 
 
 
 
 
 
 
237
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
238
239
240
241
242
243
244
 
 
245
246
247
 
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
 
 
284
285
286
 
287
288
289
290
291
292
293
 
 
294
295
296
297
298
 
299
300
301
302
303
 
 
304
305
306
 
307
308
309
 
316
317
318
319
320
 
 
321
322
323
324
325
326
 
 
327
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
 
 
403
404
405
 
 
406
407
408
409
410
411
 
 
 
 
412
413
414
 
415
 
 
 
 
 
 
 
 
 
 
 
 
 
416
417
418
419
 
420
421
 
 
 
 
422
423
424
425
 
426
427
428
429
430
431
432
433
434
 
 
435
436
437
 
438
439
440
441
442
 
 
443
444
445
446
447
448
 
 
 
 
449
450
451
 
452
 
 
 
 
 
 
 
 
 
 
 
 
 
453
454
455
456
 
457
458
 
 
 
 
459
460
461
462
 
463
464
465
466
467
468
469
470
471
 
 
472
473
474
 
475
476
477
 
479
480
481
482
483
484
485
486
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
487
488
 
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
 
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
 
 
211
212
213
214
 
215
216
217
218
219
220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
222
223
224
 
225
226
227
228
229
230
 
 
231
232
233
234
235
236
 
237
238
239
240
 
 
241
242
243
244
 
245
246
247
248
 
255
256
257
 
 
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
288
 
289
290
291
 
 
292
293
294
 
 
 
 
 
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
 
 
 
318
319
 
320
321
322
323
324
 
 
 
325
326
 
 
 
 
 
 
 
 
327
328
329
 
 
330
331
332
333
 
 
334
335
336
 
 
 
 
 
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
 
 
 
360
361
 
362
363
364
365
366
 
 
 
367
368
 
 
 
 
 
 
 
 
369
370
371
 
 
372
373
374
375
 
377
378
379
 
 
 
 
 
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
@@ -11,202 +11,43 @@
  id="svg2"   viewBox="0 0 32 32"   version="1.0" - inkscape:version="0.47 r22583" + inkscape:version="0.48.0 r9654"   width="100%"   height="100%" - sodipodi:docname="pull.svg"> + sodipodi:docname="pull.svg" + style="display:inline">   <sodipodi:namedview   pagecolor="#ffffff"   bordercolor="#666666"   borderopacity="1"   objecttolerance="10" - gridtolerance="10" + gridtolerance="1"   guidetolerance="10"   inkscape:pageopacity="0"   inkscape:pageshadow="2" - inkscape:window-width="701" + inkscape:window-width="787"   inkscape:window-height="660"   id="namedview2934" - showgrid="false" - inkscape:zoom="11.000206" - inkscape:cx="14.402026" - inkscape:cy="25.80926" - inkscape:window-x="1714" - inkscape:window-y="0" + showgrid="true" + inkscape:zoom="15.25" + inkscape:cx="16" + inkscape:cy="16" + inkscape:window-x="141" + inkscape:window-y="24"   inkscape:window-maximized="0" - inkscape:current-layer="layer12" /> + inkscape:current-layer="layer12"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="1.3333px" + spacingy="1.3333px" /> + </sodipodi:namedview>   <defs   id="defs4"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 16 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="32 : 16 : 1" - inkscape:persp3d-origin="16 : 10.666667 : 1" - id="perspective2936" /> - <linearGradient - id="linearGradient3687"> - <stop - id="stop3689" - stop-color="#94ec3e" - offset="0" /> - <stop - id="stop3691" - stop-color="#67bd13" - offset="1" /> - </linearGradient> - <radialGradient - id="radialGradient3693" - xlink:href="#linearGradient3687" - gradientUnits="userSpaceOnUse" - cy="115.13" - cx="58.143" - gradientTransform="matrix(0,1.0475859,-0.952414,0,172.73427,46.928801)" - r="10.5" /> - <radialGradient - id="radialGradient6718" - gradientUnits="userSpaceOnUse" - cy="40" - cx="23.857" - gradientTransform="matrix(1,0,0,0.5,0,20)" - r="17.143"> - <stop - id="stop4128-8" - stop-color="#000" - offset="0" /> - <stop - id="stop4130-6" - stop-color="#000" - stop-opacity="0" - offset="1" /> - </radialGradient> - <linearGradient - id="linearGradient6720" - y2="26.719" - gradientUnits="userSpaceOnUse" - x2="38.826" - gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" - y1="26.719" - x1="9.3031"> - <stop - id="stop4136-4" - stop-color="#ffe827" - offset="0" /> - <stop - id="stop4148-86" - stop-color="#fef7bb" - offset="0.25" /> - <stop - id="stop4142-5" - stop-color="#ffe92c" - offset="0.5" /> - <stop - id="stop4138-0" - stop-color="#efd600" - offset="1" /> - </linearGradient> - <linearGradient - id="linearGradient6722" - y2="56.576" - gradientUnits="userSpaceOnUse" - x2="37.969" - gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" - y1="14.004" - x1="17.16"> - <stop - id="stop4178-0" - stop-color="#FFF" - offset="0" /> - <stop - id="stop4180-6" - stop-color="#FFF" - stop-opacity="0" - offset="1" /> - </linearGradient> - <linearGradient - id="linearGradient6724" - y2="30" - gradientUnits="userSpaceOnUse" - x2="15.786" - gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" - y1="19.5" - x1="16.071"> - <stop - id="stop6926-8" - stop-color="#FFF" - offset="0" /> - <stop - id="stop6928-9" - stop-color="#FFF" - stop-opacity="0" - offset="1" /> - </linearGradient> - <radialGradient - id="radialGradient6754" - xlink:href="#linearGradient3687" - gradientUnits="userSpaceOnUse" - cy="115.13" - cx="58.143" - gradientTransform="matrix(0,1.0475859,-0.952414,0,123.59141,-46.004808)" - r="10.5" /> - <radialGradient - id="radialGradient6783" - xlink:href="#linearGradient3687" - gradientUnits="userSpaceOnUse" - cy="115.13" - cx="58.143" - gradientTransform="matrix(1.0469163,0.03744893,0.03404674,-0.95180526,-46.478652,116.20152)" - r="10.5" /> - <radialGradient - id="radialGradient6785" - xlink:href="#linearGradient3687" - gradientUnits="userSpaceOnUse" - cy="115.13" - cx="58.143" - gradientTransform="matrix(0,-0.34959933,0.38975938,0,-20.958439,26.336211)" - r="10.5" /> - <radialGradient - id="radialGradient3020" - xlink:href="#linearGradient3687" - gradientUnits="userSpaceOnUse" - cy="131.73" - cx="56.415" - gradientTransform="matrix(-0.01933926,0.69693739,-0.68435134,-0.01899002,104.03159,-30.070916)" - r="10.5" /> - <radialGradient - id="radialGradient3031" - xlink:href="#linearGradient3687" - gradientUnits="userSpaceOnUse" - cy="115.13" - cx="58.143" - gradientTransform="matrix(0,-0.48116588,0.53590621,0,-38.941393,33.860571)" - r="10.5" /> - <radialGradient - id="radialGradient3033" - xlink:href="#linearGradient3687" - gradientUnits="userSpaceOnUse" - cy="116.01" - cx="52.429" - gradientTransform="matrix(0,0.42648931,-0.38774327,0,56.731055,-10.196269)" - r="10.5" /> - <inkscape:perspective - id="perspective3029" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_x="0 : 0.5 : 1" - sodipodi:type="inkscape:persp3d" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3687-7" - id="radialGradient6785-1" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0,-0.34959933,0.38975938,0,-20.958439,26.336211)" - cx="58.142857" - cy="115.133" - fx="58.142857" - fy="115.133" - r="10.5" />   <linearGradient   id="linearGradient3687-7">   <stop @@ -231,79 +72,177 @@
  inkscape:collect="always" />   <radialGradient   inkscape:collect="always" - xlink:href="#radialGradient6718" - id="radialGradient3651" + xlink:href="#radialGradient6718-8" + id="radialGradient3700-6"   gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.98592539,0,0,0.53695798,-7.1463517,5.0677735)" + cx="23.857" + cy="40" + r="17.143" /> + <radialGradient + id="radialGradient6718-8" + gradientUnits="userSpaceOnUse" + cy="40" + cx="23.857"   gradientTransform="matrix(1,0,0,0.5,0,20)" + r="17.143"> + <stop + id="stop4128-8-5" + stop-color="#000" + offset="0" /> + <stop + id="stop4130-6-7" + stop-color="#000" + stop-opacity="0" + offset="1" /> + </radialGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6720-1" + id="linearGradient3702-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" + x1="9.3030996" + y1="26.719" + x2="38.826" + y2="26.719" /> + <linearGradient + id="linearGradient6720-1" + x1="9.3030996" + gradientUnits="userSpaceOnUse" + y1="26.719" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" + x2="38.826" + y2="26.719"> + <stop + id="stop4136-4-8" + stop-color="#ffe827" + offset="0" /> + <stop + id="stop4148-86-9" + stop-color="#fef7bb" + offset="0.25" /> + <stop + id="stop4142-5-2" + stop-color="#ffe92c" + offset="0.5" /> + <stop + id="stop4138-0-7" + stop-color="#efd600" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6720-1" + id="linearGradient3704-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" + x1="9.3030996" + y1="26.719" + x2="38.826" + y2="26.719" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6722-4" + id="linearGradient3706-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" + x1="17.16" + y1="14.004" + x2="37.969002" + y2="56.576" /> + <linearGradient + id="linearGradient6722-4" + x1="17.16" + gradientUnits="userSpaceOnUse" + y1="14.004" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" + x2="37.969002" + y2="56.576"> + <stop + id="stop4178-0-3" + stop-color="#FFF" + offset="0" /> + <stop + id="stop4180-6-1" + stop-color="#FFF" + stop-opacity="0" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6724-3" + id="linearGradient3708-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" + x1="16.070999" + y1="19.5" + x2="15.786" + y2="30" /> + <linearGradient + id="linearGradient6724-3" + x1="16.070999" + gradientUnits="userSpaceOnUse" + y1="19.5" + gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" + x2="15.786" + y2="30"> + <stop + id="stop6926-8-3" + stop-color="#FFF" + offset="0" /> + <stop + id="stop6928-9-4" + stop-color="#FFF" + stop-opacity="0" + offset="1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#radialGradient6718-8" + id="radialGradient2910-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1205895,0,0,0.68159953,-10.359034,-1.2449633)"   cx="23.857"   cy="40"   r="17.143" />   <linearGradient   inkscape:collect="always" - xlink:href="#linearGradient6720" - id="linearGradient3653" + xlink:href="#linearGradient6720-1" + id="linearGradient2912-1"   gradientUnits="userSpaceOnUse"   gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" - x1="9.3031" + x1="9.3030996"   y1="26.719"   x2="38.826"   y2="26.719" />   <linearGradient   inkscape:collect="always" - xlink:href="#linearGradient6722" - id="linearGradient3655" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)" - x1="17.16" - y1="14.004" - x2="37.969" - y2="56.576" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6724" - id="linearGradient3657" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" - x1="16.071" - y1="19.5" - x2="15.786" - y2="30" /> - <radialGradient - inkscape:collect="always" - xlink:href="#radialGradient6718" - id="radialGradient3659" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.5,0,20)" - cx="23.857" - cy="40" - r="17.143" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6720" - id="linearGradient3661" + xlink:href="#linearGradient6720-1" + id="linearGradient2914-3"   gradientUnits="userSpaceOnUse"   gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.3374786)" - x1="9.3031" + x1="9.3030996"   y1="26.719"   x2="38.826"   y2="26.719" />   <linearGradient   inkscape:collect="always" - xlink:href="#linearGradient6722" - id="linearGradient3663" + xlink:href="#linearGradient6722-4" + id="linearGradient2916-8"   gradientUnits="userSpaceOnUse"   gradientTransform="matrix(0.88690609,0,0,0.86439858,-4.9681575,-6.2615975)"   x1="17.16"   y1="14.004" - x2="37.969" + x2="37.969002"   y2="56.576" />   <linearGradient   inkscape:collect="always" - xlink:href="#linearGradient6724" - id="linearGradient3665" + xlink:href="#linearGradient6724-3" + id="linearGradient2918-7"   gradientUnits="userSpaceOnUse"   gradientTransform="matrix(0.88690609,0,0,0.86439858,-5.0948573,-4.0529984)" - x1="16.071" + x1="16.070999"   y1="19.5"   x2="15.786"   y2="30" /> @@ -316,162 +255,121 @@
  <dc:format>image/svg+xml</dc:format>   <dc:type   rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - <dc:date>2010-10-01</dc:date> + <dc:title /> + <dc:date>2011-02-14</dc:date>   <dc:creator>   <cc:Agent>   <dc:title>Peer Sommerlund</dc:title>   </cc:Agent>   </dc:creator>   <dc:description>Pull icon for TortoiseHg</dc:description> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />   </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License>   </rdf:RDF>   </metadata>   <g - id="layer11" - display="none"> - <rect - id="rect3029" - ry="3.452" - height="31.136" - width="31.271" - y="0.39028" - x="0.54149" /> - </g> - <g - id="layer1" - transform="translate(-49.142857,-92.933609)" - display="none"> - <path - id="path2900" - d="m59.933,99.458,14.686,0,0,12.571c-1.6112-1.7186-2.7523-3.3433-5.2449-5.2379-3.4223,1.5674-13.131,7.3288-11.539,13.619-2.0065-4.7374-6.0352-11.641,7.3428-18.857l-5.2449-2.0952" /> - </g> - <g - id="layer3" - display="none"> - <path - id="path6735" - d="m59.933,99.458,14.686,0,0,12.571c-1.6112-1.7186-2.7523-3.3433-5.2449-5.2379-2.0224,0.92625-6.24,3.3171-9.0235,6.416-1.5332-1.3026-1.6406-1.8984-4.3337-2.618,0.84613-2.8536,3.3762-5.9156,9.1613-9.036l-5.2449-2.0952" - transform="translate(-49.142857,-92.933609)" /> - </g> - <g - id="layer4" - display="none"> - <path - id="path6739" - d="m10.781,6.5312,5.25,2.0938c-0.38975,0.21023-0.73307,0.41535-1.0938,0.625,1.9352,1.2474,4.1712,3.0014,5,4.75,0.08321-0.03949,0.20421-0.12096,0.28125-0.15625,2.4926,1.8947,3.6388,3.5314,5.25,5.25v-6.5625c-2.1942-2.2404-5.1595-4.595-7.8438-6h-6.8438zm9.8125,0c1.8445,1.1019,3.4315,2.3372,4.875,3.6875v-3.6875h-4.875zm-6.875,3.4375c-0.43574,0.27729-0.83032,0.56786-1.2188,0.84375,2.0331,0.95521,3.8738,2.5997,5.3125,4.3125,0.44555-0.25849,0.79978-0.45328,1.1875-0.65625-1.6354-1.8248-3.2143-3.2105-5.2812-4.5zm-2.5938,1.875c-0.56282,0.46462-1.0877,0.94725-1.5312,1.4062,2.0809,1.0441,3.9253,2.2532,5.4062,3.7188,0.50852-0.3663,1.0048-0.71414,1.5-1.0312-1.3784-1.5668-3.3118-3.0409-5.375-4.0938zm-2.8438,3c-0.67042,0.95382-1.1347,1.8966-1.4062,2.8125,2.6932,0.71959,2.8106,1.3224,4.3438,2.625,0.65734-0.73183,1.3868-1.4196,2.1562-2.0625-1.5602-1.6016-3.3017-2.5716-5.0938-3.375z" /> - <g - id="layer5" - display="none"> - <path - id="path6742" - d="m7.0906,14.312c2.343,0.96184,4.6639,2.0845,6.6503,4.2904,0.17426,0.66209,0.89045,0.46362,1.4689,0.79841,0.3864-0.44895,0.91564-0.8741,0.61554-1.5534-1.9489-2.2788-4.679-3.9933-7.8837-5.3914-0.018994-0.94434,0.91201-1.0663,2.2187-1.0931,2.8596,1.2449,5.6422,3.4029,7.1683,5.5756,0.56372,0.50931-0.15807-0.17631,0.13068,0.54435,0.46956,0.79717,0.80499-0.58989,1.1228-0.91377-0.46654-0.46281,0.01786-0.5554-0.44465-1.041-1.8033-2.248-4.3135-4.5062-7.0839-5.2753-0.08326-0.93463-0.3113-1.2975,0.78997-1.3521,3.0759,1.6408,5.0477,3.2189,7.1442,5.5582,0.41974,0.47477,0.67198,1.1656,1.19,1.5175,0.938-2.871-4.557-6.4703-7.123-7.8606-0.588-0.2932-3.8161-0.163-4.4186-0.399-0.5782-0.1702-0.4564-1.7398-1.0454-1.8839-0.748-0.2934,4.498-1.5969,7.658-0.3061,4.241,1.2697,10.463,6.5386,12.654,9.9176-0.464,0.841-0.014-3.099,0.41-2.212-2.826-3.4542-6.119-6.1546-10.858-8.3576-5.482-2.5478-10.69-0.3854-13.807,1.5477" /> - </g> - </g> - <g - id="layer6" - display="none"> - <path - id="path6776" - d="M10.049,5.3502,9.5241,20.026,22.087,20.476c-21.233-27.048-22.816-28.246-24.62-30.805,0.998-1.988,3.538-6.1173,6.735-8.7883-1.247-1.5788-1.839-1.7074-2.462-4.4245-2.882,0.7435-6.032,3.1625-9.358,8.8328l-1.906-5.3168" /> - </g> - <g - id="layer7" - display="none"> - <path - id="path6760" - d="m24.53,9.7335-8.2634,0,0-5.774c0.50048,0.85705,0.24571,0.88348,1.6483,1.7537,1.2142-1.7229,4.9788-3.6747,6.3803-2.2948,0.86268,0.59831,0.92312,0.87194,2.4385,1.2025-1.1561,0.024971-4.4105-1.2124-6.1787,3.0324l3.9749,2.0802" /> - </g> - <g - id="layer9" - display="none"> - <path - id="path6767" - d="m10.808,11.189,5.9788,0,0,5.1179c-0.65595-0.69967-1.1205-1.3611-2.1353-2.1324-0.82334,0.37709-2.5404,1.3504-3.6736,2.6121-0.62417-0.53033-0.6679-0.77286-1.7643-1.0658,0.34447-1.1618,1.3745-2.4083,3.7297-3.6787l-2.1353-0.85298" /> - </g> - <g - id="layer8" - display="none"> - <path - id="path3017" - d="m14.153,3.3335c2.7969,0.13537,5.3775,1.286,8.6862,1.7599l-0.812,6.2686c-0.656-0.7-1.933-3.8656-2.948-4.637-2.349,0.4364-5.653,1.249-7.221,3.1708-2.2791,2.6212-1.124,7.7262-1.19,8.7822-0.625-0.53-2.4282-2.194-3.5246-2.487,0.7199-1.803,0.4158-5.874,2.6697-8.0183,2.0239-1.3688,5.1829-2.5514,7.6259-2.9033l-3.286-1.936z" /> - </g> - <g   inkscape:groupmode="layer"   id="layer10" - inkscape:label="Repositories"> + inkscape:label="Repositories" + style="display:inline">   <g - transform="matrix(0.49757455,0,0,0.49757455,0.14177342,14.735688)" - id="g3942-3"> + id="local-repo" + transform="matrix(0.48396655,0,0,0.48396655,0.7779771,13.736685)">   <path - d="m 41,40 c 0,4.7339 -7.6751,8.5714 -17.143,8.5714 -9.4677,0 -17.143,-3.8376 -17.143,-8.5714 0,-4.7339 7.6751,-8.5714 17.143,-8.5714 9.468,0 17.143,3.837 17.143,8.571 z" - display="block" - transform="matrix(0.90393666,0,0,1.0124237,-5.1903466,-14.47793)" - style="color:#000000;fill:url(#radialGradient3659);fill-rule:nonzero;display:block" - id="path3366-4" /> + id="path3366-4-shadow" + style="color:#000000;fill:url(#radialGradient3700-6);fill-rule:nonzero;display:block" + d="m 33.276589,26.546093 c 0,5.083811 -7.567076,9.204963 -16.901719,9.204963 -9.3344455,0 -16.9017186,-4.12126 -16.9017186,-9.204963 0,-5.083811 7.5670759,-9.204964 16.9017186,-9.204964 9.334742,0 16.901719,4.120616 16.901719,9.204534 z" + display="block" />   <g   id="g3936-4">   <path + display="block"   stroke-miterlimit="10" + d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 v -19.99 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" + style="color:#000000;fill:url(#linearGradient3702-6);fill-rule:nonzero;stroke:#c4a000;stroke-width:4.13251686;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + id="path2861-fat-edge" /> + <path + id="path3068-6" + style="color:#000000;fill:url(#linearGradient3704-9);fill-rule:nonzero;stroke:#c4a000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 v -19.99 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" + stroke-miterlimit="10" + display="block" /> + <path + id="path4174-0" + style="opacity:0.75;color:#000000;fill:none;stroke:url(#linearGradient3706-5);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 16.27,2.1106 c -6.499,0 -11.783,2.2586 -11.783,5.037 v 19.126 c 0,2.7784 5.2844,5.037 11.783,5.037 6.499,0 11.994,-2.2586 11.994,-5.037 V 7.1476 c 0,-2.7784 -5.4948,-5.037 -11.994,-5.037 z"   display="block" - d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 V 6.7636 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" - style="color:#000000;fill:url(#linearGradient3661);fill-rule:nonzero;stroke:#c4a000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" - id="path3068-6" /> + stroke-miterlimit="10" />   <path - d="m 16.27,2.1106 c -6.499,0 -11.783,2.2586 -11.783,5.037 v 19.126 c 0,2.7784 5.2844,5.037 11.783,5.037 6.499,0 11.994,-2.2586 11.994,-5.037 V 7.1476 c 0,-2.7784 -5.4948,-5.037 -11.994,-5.037 z" + id="path3364-6" + style="opacity:0.75;color:#000000;fill:#fff498;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.14772761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 36.857,14.071 c 0,3.0376 -5.7563,5.5 -12.857,5.5 -7.1008,0 -12.857,-2.4624 -12.857,-5.5 0,-3.0376 5.7563,-5.5 12.857,-5.5 7.1008,0 12.857,2.4624 12.857,5.5 z" + transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)"   stroke-miterlimit="10" - display="block" - style="opacity:0.75;color:#000000;fill:none;stroke:url(#linearGradient3663);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" - id="path4174-0" /> + display="block" />   <path - stroke-miterlimit="10" - transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)" - display="block" - d="m 36.857,14.071 c 0,3.0376 -5.7563,5.5 -12.857,5.5 -7.1008,0 -12.857,-2.4624 -12.857,-5.5 0,-3.0376 5.7563,-5.5 12.857,-5.5 7.1008,0 12.857,2.4624 12.857,5.5 z" - style="opacity:0.75;color:#000000;fill:#fff498;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.14772761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" - id="path3364-6" /> - <path - display="block" + id="path6922-6" + style="opacity:0.49367083;color:#000000;fill:url(#linearGradient3708-2);fill-rule:nonzero;display:block"   d="m 7.1318,10.704 0.31675,14.51 4.0544,1.1114 -0.1267,-14.448 4.8146,-0.18523 c -4.626,-0.202 -9.9187,-2.1397 -11.72,-3.3964 1.2566,1.8084 2.6607,2.4084 2.6607,2.4084 z" - style="opacity:0.49367083;color:#000000;fill:url(#linearGradient3665);fill-rule:nonzero;display:block" - id="path6922-6" /> + display="block" />   </g>   </g>   <g - transform="matrix(0.32240824,0,0,0.32240824,20.724509,1.8134222)" - id="g3942"> + id="remote-repo" + transform="matrix(0.32051113,0,0,0.32051113,20.101409,1.7927678)">   <path - d="m 41,40 c 0,4.7339 -7.6751,8.5714 -17.143,8.5714 -9.4677,0 -17.143,-3.8376 -17.143,-8.5714 0,-4.7339 7.6751,-8.5714 17.143,-8.5714 9.468,0 17.143,3.837 17.143,8.571 z" - display="block" - transform="matrix(0.90393666,0,0,1.0124237,-5.1903466,-14.47793)" - style="color:#000000;fill:url(#radialGradient3651);fill-rule:nonzero;display:block" - id="path3366" /> + id="path3366-shadow" + style="color:#000000;fill:url(#radialGradient2910-1);fill-rule:nonzero;display:block" + d="m 35.585136,26.019018 c 0,6.453249 -8.600636,11.684525 -19.210266,11.684525 -10.6094051,0 -19.2102658,-5.231414 -19.2102658,-11.684525 0,-6.453249 8.6006366,-11.684525 19.2102658,-11.684525 10.609742,0 19.210266,5.230595 19.210266,11.68398 z" + display="block" />   <g   id="g3936">   <path + display="block"   stroke-miterlimit="10" + d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 v -19.99 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" + style="color:#000000;fill:url(#linearGradient2912-1);fill-rule:nonzero;stroke:#c4a000;stroke-width:6.24003267;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + id="path2865-fat-edge" /> + <path + id="path3068" + style="color:#000000;fill:url(#linearGradient2914-3);fill-rule:nonzero;stroke:#c4a000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 v -19.99 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" + stroke-miterlimit="10" + display="block" /> + <path + id="path4174" + style="opacity:0.75;color:#000000;fill:none;stroke:url(#linearGradient2916-8);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 16.27,2.1106 c -6.499,0 -11.783,2.2586 -11.783,5.037 v 19.126 c 0,2.7784 5.2844,5.037 11.783,5.037 6.499,0 11.994,-2.2586 11.994,-5.037 V 7.1476 c 0,-2.7784 -5.4948,-5.037 -11.994,-5.037 z"   display="block" - d="m 16.262,1.3611 c -6.9706,0 -12.638,2.4225 -12.638,5.4025 v 19.989 c 0,2.98 5.6678,5.4025 12.638,5.4025 6.9706,0 12.864,-2.4225 12.864,-5.4025 V 6.7636 c 0,-2.98 -5.8935,-5.4025 -12.864,-5.4025 z" - style="color:#000000;fill:url(#linearGradient3653);fill-rule:nonzero;stroke:#c4a000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" - id="path3068" /> + stroke-miterlimit="10" />   <path - d="m 16.27,2.1106 c -6.499,0 -11.783,2.2586 -11.783,5.037 v 19.126 c 0,2.7784 5.2844,5.037 11.783,5.037 6.499,0 11.994,-2.2586 11.994,-5.037 V 7.1476 c 0,-2.7784 -5.4948,-5.037 -11.994,-5.037 z" + id="path3364" + style="opacity:0.75;color:#000000;fill:#fff498;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.14772761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" + d="m 36.857,14.071 c 0,3.0376 -5.7563,5.5 -12.857,5.5 -7.1008,0 -12.857,-2.4624 -12.857,-5.5 0,-3.0376 5.7563,-5.5 12.857,-5.5 7.1008,0 12.857,2.4624 12.857,5.5 z" + transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)"   stroke-miterlimit="10" - display="block" - style="opacity:0.75;color:#000000;fill:none;stroke:url(#linearGradient3655);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" - id="path4174" /> + display="block" />   <path - stroke-miterlimit="10" - transform="matrix(0.91997975,0,0,0.82517131,-5.7619189,-4.7211062)" - display="block" - d="m 36.857,14.071 c 0,3.0376 -5.7563,5.5 -12.857,5.5 -7.1008,0 -12.857,-2.4624 -12.857,-5.5 0,-3.0376 5.7563,-5.5 12.857,-5.5 7.1008,0 12.857,2.4624 12.857,5.5 z" - style="opacity:0.75;color:#000000;fill:#fff498;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.14772761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;display:block" - id="path3364" /> - <path - display="block" + id="path6922" + style="opacity:0.49367083;color:#000000;fill:url(#linearGradient2918-7);fill-rule:nonzero;display:block"   d="m 7.1318,10.704 0.31675,14.51 4.0544,1.1114 -0.1267,-14.448 4.8146,-0.18523 c -4.626,-0.202 -9.9187,-2.1397 -11.72,-3.3964 1.2566,1.8084 2.6607,2.4084 2.6607,2.4084 z" - style="opacity:0.49367083;color:#000000;fill:url(#linearGradient3657);fill-rule:nonzero;display:block" - id="path6922" /> + display="block" />   </g>   </g>   </g> @@ -479,10 +377,20 @@
  inkscape:groupmode="layer"   id="layer12"   inkscape:label="Operation"> - <path - sodipodi:nodetypes="cccccccc" - d="M 16.324754,15.959983 8.49965,19.704303 4.1676972,11.177158 c 0.659363,0.573526 3.0430935,2.583274 4.063155,3.215558 C 9.7075625,9.8028557 16.741205,-2.7392955 24.919439,3.1815423 25.546857,3.616258 25.48941,3.5656076 26.332957,4.2798138 18.284879,-0.5329602 13.126891,9.2448524 10.624822,15.599219 l 5.699932,0.360764 z" - style="fill:url(#radialGradient3038);fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.38739436999999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" - id="path3023" /> + <g + id="pull-arrow"> + <path + id="path3023" + style="fill:url(#radialGradient3038);fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 17.183577,13.729491 8.8309531,17.165259 4.0295848,8.7969781 C 4.6607832,9.3668635 6.9223145,11.081096 7.942376,11.71338 9.4354768,7.1250098 15.420453,-2.3947516 23.598687,3.5260862 c 0.627418,0.4347157 0.569971,0.3840653 1.413518,1.0982715 -8.048078,-4.81277401 -10.3851,2.4494281 -12.893908,8.8105343 l 5.06528,0.294599 z" + sodipodi:nodetypes="cccccccc" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="ccccccc" + d="M 13.813597,14.286912 9.150378,16.22677 6.5641032,11.706793 c 0.7051426,0.49186 1.1491101,0.748995 1.773274,1.157952 C 9.8007583,8.0980568 14.214251,1.4651586 19.004563,2.5138497 15.660857,3.19299 13.250899,8.0462976 11.075411,14.13443 l 2.738186,0.152482 z" + style="fill:none;stroke:#8ae234;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" + id="path4318" + inkscape:connector-curvature="0" /> + </g>   </g>  </svg>
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File tortoisehg/​hgqt/​dnd.py Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File tortoisehg/​hgqt/​run.py Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File tortoisehg/​hgqt/​workbench.py Stacked
This file's diff was not loaded because this changeset is very large. Load changes
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File win32/​shellext/​CShellExtCMenu.h Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File win32/​shellext/​CShellExtDnd.cpp Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File win32/​shellext/​CShellExtDnd.h Stacked
This file's diff was not loaded because this changeset is very large. Load changes
 
9
10
11
 
12
13
14
 
9
10
11
12
13
14
15
@@ -9,6 +9,7 @@
 OBJECTS_THGSGELL = $(OBJECTS_DIRSTATE) \   InitStatus.obj \   CShellExtCMenu.obj \ + CShellExtDnd.obj \   CShellExtOverlay.obj \   TortoiseIconBitmap.obj \   IconBitmapUtils.obj \
Show Entire File win32/​shellext/​ShellExt.cpp Stacked
This file's diff was not loaded because this changeset is very large. Load changes
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File win32/​shellext/​ThgCLSIDs.h Stacked
This file's diff was not loaded because this changeset is very large. Load changes
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File win32/​wix/​tortoisehg.wxs Stacked
This file's diff was not loaded because this changeset is very large. Load changes