Changes To Fossil 2.0
Not logged in

Changes to "Fossil 2.0" between 2015-05-17 23:58:27 and 2015-05-18 00:06:01

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.)