Fossil SCM

Removed extra whitespace in command examples in fossil-v-git doc. Skin does that now.

wyoung 2024-02-09 02:52 inskinerator-modern-backport
Commit b36872790418478639e14cc1ae20dd3921fef917af836b9fa53cd2360a6c2bd1
1 file changed +6 -6
--- www/fossil-v-git.wiki
+++ www/fossil-v-git.wiki
@@ -799,21 +799,21 @@
799799
800800
Incidentally, this is a good example of Git's messy command design.
801801
These three commands:
802802
803803
<pre>
804
- $ git merge HASH
805
- $ git cherry-pick HASH
806
- $ git revert HASH
804
+$ git merge HASH
805
+$ git cherry-pick HASH
806
+$ git revert HASH
807807
</pre>
808808
809809
...are all the same command in Fossil:
810810
811811
<pre>
812
- $ fossil merge HASH
813
- $ fossil merge --cherrypick HASH
814
- $ fossil merge --backout HASH
812
+$ fossil merge HASH
813
+$ fossil merge --cherrypick HASH
814
+$ fossil merge --backout HASH
815815
</pre>
816816
817817
If you think about it, they're all the same function: apply work done on
818818
one branch to another. All that changes between these commands is how
819819
much work gets applied — just one check-in or a whole branch — and the
820820
--- www/fossil-v-git.wiki
+++ www/fossil-v-git.wiki
@@ -799,21 +799,21 @@
799
800 Incidentally, this is a good example of Git's messy command design.
801 These three commands:
802
803 <pre>
804 $ git merge HASH
805 $ git cherry-pick HASH
806 $ git revert HASH
807 </pre>
808
809 ...are all the same command in Fossil:
810
811 <pre>
812 $ fossil merge HASH
813 $ fossil merge --cherrypick HASH
814 $ fossil merge --backout HASH
815 </pre>
816
817 If you think about it, they're all the same function: apply work done on
818 one branch to another. All that changes between these commands is how
819 much work gets applied — just one check-in or a whole branch — and the
820
--- www/fossil-v-git.wiki
+++ www/fossil-v-git.wiki
@@ -799,21 +799,21 @@
799
800 Incidentally, this is a good example of Git's messy command design.
801 These three commands:
802
803 <pre>
804 $ git merge HASH
805 $ git cherry-pick HASH
806 $ git revert HASH
807 </pre>
808
809 ...are all the same command in Fossil:
810
811 <pre>
812 $ fossil merge HASH
813 $ fossil merge --cherrypick HASH
814 $ fossil merge --backout HASH
815 </pre>
816
817 If you think about it, they're all the same function: apply work done on
818 one branch to another. All that changes between these commands is how
819 much work gets applied — just one check-in or a whole branch — and the
820

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button