88
89
90
91
92
93
94
|
88
89
90
91
92
93
94
95
96
|
+
+
|
Opening into the current directory could still be done by supplying "." as the directory name.
fossil new repo.fossil
cd repo
fossil open ../repo.fossil .
This change would resemble the behavior of the fusefs command which requires a directory name argument.
This definitely hoses every script that calls open, but that's intentional since the goal is to force the (inexperienced) user to confirm that he really wants to open into the current directory. For current Fossil, a compromise form could be implemented which defaults the directory to ".", but Fossil 2.0 would remove the default.
|