26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
+
+
+
+
+
+
|
## Command-line Interface:
* "fossil mv" and "fossil rm" actually rename and delete the underlying
files.
## Other Ideas:
* The ability append remarks on a check-in. Appended remarks contain
a timestamp and username.
* The ability to attach a description to branch tag, indicating the
intent or purpose of the branch.
* Partial clones - the ability to clone only recent additions, ignoring
older history.
* Checkout from and commit to a remote repository (via HTTP/HTTPS)
without having to clone. (The implementation would likely be to create
a "partial clone" of just the one check-in that is being checked out.)
|