102
103
104
105
106
107
108
|
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
+
+
+
+
+
+
+
+
+
+
|
------
*On 2015-03-07 19:12:15 UTC andygoth added:*
# Merge /dir and /tree
It's unclear why these are separate. I advocate merging the code. Whichever one gets axed could be made to redirect to the other.
------
*On 2015-05-15 05:49:01 UTC andygoth added:*
# Merge update and checkout
The checkout command is very nearly the same as update. The only differences I can think of are that checkout doesn't trigger an autosync, plus it has -keep to change which checkout is selected without actually modifying files. (Also it has -force, but that's to work around a limitation of checkout not present in update.)
I actually use "checkout -force -keep" a bunch when synchronizing Fossil with other revision control systems, so this functionality must remain, even if it becomes "update -keep".
|