293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
* <b>The [/help?cmd=ui|fossil ui] command</b>
Fossil supports an integrated web interface. Some of the same features
are available using third-party add-ons for Git, but they do not provide
nearly as many features and they are not nearly as convenient to use.
<h2>4.2 Features found in Git but missing from Fossil</h2>
* <b>Rebase</b>
Because of its emphasis on recording history exactly as it happened,
rather than as we would have liked it to happen, Fossil deliberately
does not provide a "rebase" command. One can rebase manually in Fossil,
with sufficient perserverence, but it not something that can be done with
|
|
|
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
* <b>The [/help?cmd=ui|fossil ui] command</b>
Fossil supports an integrated web interface. Some of the same features
are available using third-party add-ons for Git, but they do not provide
nearly as many features and they are not nearly as convenient to use.
<h3>4.2 Features found in Git but missing from Fossil</h3>
* <b>Rebase</b>
Because of its emphasis on recording history exactly as it happened,
rather than as we would have liked it to happen, Fossil deliberately
does not provide a "rebase" command. One can rebase manually in Fossil,
with sufficient perserverence, but it not something that can be done with
|