Mercurial > evolve
annotate docs/figures/figure-ug09.svg @ 6889:a66cf9008781
obslog: also display patch for rebased changesets
This applies the same logic that is used for "merge-diff" to rebased
changesets. The successors' content is compared to the content of the
predecessors rebased in-memory on the new parents.
This highlights the changes that were actually introduced while rebasing (like
conflict resolution or API adjustment).
As a side effect, obslog now also outputs slightly more diffs for splits,
showing what parts of the original big changeset were moved to the smaller
split components (but for now it only works for the first few changesets).
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 22 Sep 2024 02:58:54 +0200 |
parents | d1066fb2c95a |
children |
rev | line source |
---|---|
978 | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 <!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | |
4 <svg | |
5 xmlns:dc="http://purl.org/dc/elements/1.1/" | |
6 xmlns:cc="http://creativecommons.org/ns#" | |
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
8 xmlns:svg="http://www.w3.org/2000/svg" | |
9 xmlns="http://www.w3.org/2000/svg" | |
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
12 width="250" | |
13 height="150" | |
14 id="svg10360" | |
15 version="1.1" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
16 inkscape:version="0.92.4 (5da689c313, 2019-01-14)" |
978 | 17 sodipodi:docname="figure-ug09.svg"> |
18 <defs | |
19 id="defs10362"> | |
20 <marker | |
21 inkscape:stockid="Arrow2Mend" | |
22 orient="auto" | |
23 refY="0" | |
24 refX="0" | |
25 id="Arrow2Mend-2" | |
26 style="overflow:visible"> | |
27 <path | |
28 id="path5316-7" | |
29 style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" | |
30 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | |
31 transform="scale(-0.6,-0.6)" | |
32 inkscape:connector-curvature="0" /> | |
33 </marker> | |
34 <marker | |
35 inkscape:stockid="Arrow2Mend" | |
36 orient="auto" | |
37 refY="0" | |
38 refX="0" | |
39 id="marker10584" | |
40 style="overflow:visible"> | |
41 <path | |
42 id="path10586" | |
43 style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round" | |
44 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | |
45 transform="scale(-0.6,-0.6)" | |
46 inkscape:connector-curvature="0" /> | |
47 </marker> | |
48 <marker | |
49 inkscape:stockid="DotM" | |
50 orient="auto" | |
51 refY="0" | |
52 refX="0" | |
53 id="DotM" | |
54 style="overflow:visible"> | |
55 <path | |
56 id="path4193" | |
57 d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z" | |
58 style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt" | |
59 transform="matrix(0.4,0,0,0.4,2.96,0.4)" | |
60 inkscape:connector-curvature="0" /> | |
61 </marker> | |
62 </defs> | |
63 <sodipodi:namedview | |
64 id="base" | |
65 pagecolor="#ffffff" | |
66 bordercolor="#666666" | |
67 borderopacity="1.0" | |
68 inkscape:pageopacity="0.0" | |
69 inkscape:pageshadow="2" | |
70 inkscape:zoom="2.180467" | |
71 inkscape:cx="119.78971" | |
72 inkscape:cy="57.203827" | |
73 inkscape:document-units="px" | |
74 inkscape:current-layer="layer1" | |
75 showgrid="false" | |
76 fit-margin-top="0" | |
77 fit-margin-left="0" | |
78 fit-margin-right="0" | |
79 fit-margin-bottom="0" | |
80 inkscape:window-width="866" | |
81 inkscape:window-height="800" | |
82 inkscape:window-x="548" | |
83 inkscape:window-y="176" | |
84 inkscape:window-maximized="0" /> | |
85 <metadata | |
86 id="metadata10365"> | |
87 <rdf:RDF> | |
88 <cc:Work | |
89 rdf:about=""> | |
90 <dc:format>image/svg+xml</dc:format> | |
91 <dc:type | |
92 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
93 <dc:title /> |
978 | 94 </cc:Work> |
95 </rdf:RDF> | |
96 </metadata> | |
97 <g | |
98 inkscape:label="Layer 1" | |
99 inkscape:groupmode="layer" | |
100 id="layer1" | |
101 transform="translate(-52.986766,123.22995)"> | |
102 <text | |
103 xml:space="preserve" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
104 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:monospace;-inkscape-font-specification:Monospace;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" |
978 | 105 x="132.17838" |
106 y="-88.939552" | |
107 id="text5217-8-0" | |
108 transform="scale(0.9999979,1.0000021)"><tspan | |
109 sodipodi:role="line" | |
110 id="tspan8594" | |
111 x="132.17838" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
112 y="-88.939552" |
4920
d1066fb2c95a
docs: remove --all from hg evolve, since it's been the default for some time
Anton Shestakov <av6@dwimlabs.net>
parents:
4614
diff
changeset
|
113 style="font-size:12px;line-height:1.25;font-family:monospace">hg evolve</tspan></text> |
978 | 114 <g |
115 id="g6372" | |
116 transform="translate(82.830913,-142.84994)"> | |
117 <path | |
118 inkscape:connector-curvature="0" | |
119 id="path8598" | |
120 d="m 36.655932,74.035228 3.649333,6.320665 3.711171,-6.427764" | |
121 style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> | |
122 <g | |
123 transform="matrix(1,0,0,1.5998137,5.836184,-16.712267)" | |
124 id="g3821"> | |
125 <path | |
126 style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" | |
127 d="M 35.5,23.60911 35.5,59.5" | |
128 id="path8466-5" | |
129 inkscape:connector-curvature="0" /> | |
130 <path | |
131 style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" | |
132 d="M 33.5,23.60911 33.5,59.5" | |
133 id="path8466-4-7" | |
134 inkscape:connector-curvature="0" /> | |
135 </g> | |
136 </g> | |
137 <g | |
138 transform="matrix(1.0000032,0,0,0.99999991,52.986844,-844.35614)" | |
139 id="g8678-6"> | |
140 <rect | |
141 y="793.80884" | |
142 x="0.4999997" | |
143 height="18.053268" | |
144 width="21.481806" | |
145 id="rect2987-4-9" | |
146 style="fill:none;stroke:#000000;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> | |
147 <text | |
148 id="text5217-8-32" | |
149 y="807.20361" | |
150 x="3.4977415" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
151 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:Sans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" |
978 | 152 xml:space="preserve"><tspan |
153 id="tspan6156-8" | |
154 sodipodi:role="line" | |
155 x="3.4977415" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
156 y="807.20361" |
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
157 style="font-size:11.99999332px;line-height:1.25;font-family:sans-serif">18</tspan></text> |
978 | 158 </g> |
159 <g | |
160 id="g11168" | |
161 transform="translate(0,112)"> | |
162 <rect | |
163 y="-162.54732" | |
164 x="113.48685" | |
165 height="18.053268" | |
166 width="21.481808" | |
167 id="rect2987-4-02-6" | |
168 style="fill:none;stroke:#000000;stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:0.99999946, 3.99999783;stroke-dashoffset:0" /> | |
169 <text | |
170 id="text5217-8-72-1" | |
171 y="-149.15291" | |
172 x="116.53148" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
173 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:Sans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" |
978 | 174 xml:space="preserve"><tspan |
175 id="tspan6156-9-8" | |
176 sodipodi:role="line" | |
177 x="116.53148" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
178 y="-149.15291" |
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
179 style="font-size:11.99999428px;line-height:1.25;font-family:sans-serif">19</tspan></text> |
978 | 180 </g> |
181 <g | |
182 id="g11163" | |
183 transform="translate(0,112)"> | |
184 <rect | |
185 y="-162.5473" | |
186 x="173.48705" | |
187 height="18.053268" | |
188 width="21.481808" | |
189 id="rect2987-4-026-7" | |
190 style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1, 4;stroke-dashoffset:0" /> | |
191 <text | |
192 id="text5217-8-3-8" | |
193 y="-149.15244" | |
194 x="176.41162" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
195 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:Sans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" |
978 | 196 xml:space="preserve"><tspan |
197 id="tspan6156-0-9" | |
198 sodipodi:role="line" | |
199 x="176.41162" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
200 y="-149.15244" |
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
201 style="font-size:11.99999428px;line-height:1.25;font-family:sans-serif">20</tspan></text> |
978 | 202 </g> |
203 <path | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
204 style="display:inline;fill:none;stroke:#000000;stroke-width:1.00000155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend-2)" |
978 | 205 d="m 74.96872,-41.52073 38.51813,3.7e-5" |
206 id="path3178-9" | |
207 inkscape:connector-type="polyline" | |
208 inkscape:connector-curvature="0" | |
209 inkscape:connection-end="#g11168" | |
210 inkscape:connection-end-point="d4" | |
211 inkscape:connection-start="#g8678-6" | |
212 inkscape:connection-start-point="d4" /> | |
213 <path | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
214 style="display:inline;fill:none;stroke:#000000;stroke-width:1.00000155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Mend-2)" |
978 | 215 d="m 134.96865,-41.520681 38.5184,1e-5" |
216 id="path3180-1" | |
217 inkscape:connector-type="polyline" | |
218 inkscape:connector-curvature="0" | |
219 inkscape:connection-start="#g11168" | |
220 inkscape:connection-start-point="d4" | |
221 inkscape:connection-end="#g11163" | |
222 inkscape:connection-end-point="d4" /> | |
223 <g | |
224 transform="matrix(1.0000032,0,0,0.99999991,172.98684,-795.29459)" | |
225 id="g8678-6-4"> | |
226 <rect | |
227 y="793.80884" | |
228 x="0.4999997" | |
229 height="18.053268" | |
230 width="21.481806" | |
231 id="rect2987-4-9-5" | |
232 style="fill:none;stroke:#000000;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> | |
233 <text | |
234 id="text5217-8-32-6" | |
235 y="807.20361" | |
236 x="3.4977415" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
237 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:Sans;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" |
978 | 238 xml:space="preserve"><tspan |
239 id="tspan6156-8-9" | |
240 sodipodi:role="line" | |
241 x="3.4977415" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
242 y="807.20361" |
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
243 style="font-size:11.99999332px;line-height:1.25;font-family:sans-serif">21</tspan></text> |
978 | 244 </g> |
245 <path | |
246 style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker10584)" | |
247 d="M 74.96872,-37.129348 173.48684,3.1494178" | |
248 id="path11202" | |
249 inkscape:connector-type="polyline" | |
250 inkscape:connector-curvature="0" | |
251 inkscape:connection-start="#g8678-6" | |
252 inkscape:connection-start-point="d4" | |
253 inkscape:connection-end="#g8678-6-4" | |
254 inkscape:connection-end-point="d4" /> | |
255 <path | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
256 style="display:inline;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 3;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#DotM)" |
978 | 257 d="m 184.22792,-32.494034 -1.1e-4,31.0082104" |
258 id="path4123-2" | |
259 inkscape:connector-type="polyline" | |
260 inkscape:connector-curvature="0" | |
261 inkscape:connection-start="#g11163" | |
262 inkscape:connection-start-point="d4" | |
263 inkscape:connection-end="#g8678-6-4" | |
264 inkscape:connection-end-point="d4" /> | |
265 <text | |
266 xml:space="preserve" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
267 style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'Sans Italic';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" |
978 | 268 x="188.27898" |
269 y="-68.730186" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
270 id="text11674"><tspan |
978 | 271 sodipodi:role="line" |
272 id="tspan11676" | |
273 x="188.27898" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
274 y="-68.730186" |
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
275 style="font-size:10px;line-height:1.25;font-family:sans-serif">obsolete, hidden</tspan></text> |
978 | 276 <text |
277 xml:space="preserve" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
278 style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'Sans Italic';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" |
978 | 279 x="229.09592" |
280 y="4.1899796" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
281 id="text11678"><tspan |
978 | 282 sodipodi:role="line" |
283 id="tspan11680" | |
284 x="229.09592" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
285 y="4.1899796" |
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
286 style="font-size:10px;line-height:1.25;font-family:sans-serif">successor,</tspan><tspan |
978 | 287 sodipodi:role="line" |
288 x="229.09592" | |
289 y="16.68998" | |
4614
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
290 id="tspan11682" |
091eab1223a4
docs: import figure diagrams with inkscape 0.92
Matt Harbison <matt_harbison@yahoo.com>
parents:
978
diff
changeset
|
291 style="font-size:10px;line-height:1.25;font-family:sans-serif">working dir</tspan></text> |
978 | 292 <path |
293 style="color:#000000;fill:none;stroke:#707070;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-end:url(#marker10584);visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
294 d="m 224.96835,6.48307 c -14.81489,-0.42162 -8.84647,9.26545 -25.22395,4.58617" | |
295 id="path11688" | |
296 inkscape:connector-curvature="0" /> | |
297 <path | |
298 style="color:#000000;fill:none;stroke:#707070;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-end:url(#marker10584);visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
299 d="m 230.01314,-64.60262 c -9.90102,12.73442 -31.46298,0.0328 -40.81693,11.46543" | |
300 id="path12074" | |
301 inkscape:connector-curvature="0" /> | |
302 <path | |
303 style="color:#000000;fill:none;stroke:#707070;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-end:url(#marker10584);visibility:visible;display:inline;overflow:visible;enable-background:accumulate" | |
304 d="m 225.88558,-65.97848 c -32.80764,7.84904 -73.26593,-8.64954 -95.3924,11.46544" | |
305 id="path12076" | |
306 inkscape:connector-curvature="0" /> | |
307 </g> | |
308 </svg> |