Fossil SCM
Removed two entries from the work list which are done.
Commit
81ccb7e684098d37cb2802039ee57d0990f4a590
Parent
4d030179232ba6e…
1 file changed
-12
M
todo.txt
-12
| --- todo.txt | ||
| +++ todo.txt | ||
| @@ -97,13 +97,10 @@ | ||
| 97 | 97 | wiki pages |
| 98 | 98 | |
| 99 | 99 | * Full-text search against check-in comments and diffs of each |
| 100 | 100 | check-in. |
| 101 | 101 | |
| 102 | - * Ability to check-in some subset of changes to the tree instead | |
| 103 | - of having to check in all changes. | |
| 104 | - | |
| 105 | 102 | * Add a "revert" command that will undo all changes to a file |
| 106 | 103 | or files in the current check-out - restoring the files back |
| 107 | 104 | to their original check-out state. |
| 108 | 105 | |
| 109 | 106 | * Add an "annotate" command in both the cli and the www interface |
| @@ -118,20 +115,11 @@ | ||
| 118 | 115 | hash. But you can add a new record to the repository that overloads |
| 119 | 116 | a check-in comment with a new comment. Comment changes should be |
| 120 | 117 | GPG clearsigned at the very least. Comment changes only apply if |
| 121 | 118 | the user who made the change has the right permissions. |
| 122 | 119 | |
| 123 | - * New cli commands: "deconstruct" and "reconstruct". The deconstruct | |
| 124 | - command populates an indicated directory with copies of all files | |
| 125 | - contained within the repository. Files are named aaa/bbbbbbb where | |
| 126 | - aaa is the first 3 characters of the uuid and bbbbbb is the | |
| 127 | - remaining 37 characters. reconstruct builds a new repository | |
| 128 | - containing all files in an indicated directory. When reconstructing, | |
| 129 | - some information is lost: project-code, server-code, users. | |
| 130 | - Just make up a new project-code. | |
| 131 | - | |
| 132 | 120 | * Get a build working for win32. Perhaps use cygwin. Or omit |
| 133 | 121 | the server component from win32 (to eliminate the need for fork()). |
| 134 | 122 | |
| 135 | 123 | * Make the interface to fossil look pretty and be customizable so |
| 136 | 124 | that other people will be attracted to it, will take over maintenance |
| 137 | 125 | of it, and we can eventually move on to other things. |
| 138 | 126 |
| --- todo.txt | |
| +++ todo.txt | |
| @@ -97,13 +97,10 @@ | |
| 97 | wiki pages |
| 98 | |
| 99 | * Full-text search against check-in comments and diffs of each |
| 100 | check-in. |
| 101 | |
| 102 | * Ability to check-in some subset of changes to the tree instead |
| 103 | of having to check in all changes. |
| 104 | |
| 105 | * Add a "revert" command that will undo all changes to a file |
| 106 | or files in the current check-out - restoring the files back |
| 107 | to their original check-out state. |
| 108 | |
| 109 | * Add an "annotate" command in both the cli and the www interface |
| @@ -118,20 +115,11 @@ | |
| 118 | hash. But you can add a new record to the repository that overloads |
| 119 | a check-in comment with a new comment. Comment changes should be |
| 120 | GPG clearsigned at the very least. Comment changes only apply if |
| 121 | the user who made the change has the right permissions. |
| 122 | |
| 123 | * New cli commands: "deconstruct" and "reconstruct". The deconstruct |
| 124 | command populates an indicated directory with copies of all files |
| 125 | contained within the repository. Files are named aaa/bbbbbbb where |
| 126 | aaa is the first 3 characters of the uuid and bbbbbb is the |
| 127 | remaining 37 characters. reconstruct builds a new repository |
| 128 | containing all files in an indicated directory. When reconstructing, |
| 129 | some information is lost: project-code, server-code, users. |
| 130 | Just make up a new project-code. |
| 131 | |
| 132 | * Get a build working for win32. Perhaps use cygwin. Or omit |
| 133 | the server component from win32 (to eliminate the need for fork()). |
| 134 | |
| 135 | * Make the interface to fossil look pretty and be customizable so |
| 136 | that other people will be attracted to it, will take over maintenance |
| 137 | of it, and we can eventually move on to other things. |
| 138 |
| --- todo.txt | |
| +++ todo.txt | |
| @@ -97,13 +97,10 @@ | |
| 97 | wiki pages |
| 98 | |
| 99 | * Full-text search against check-in comments and diffs of each |
| 100 | check-in. |
| 101 | |
| 102 | * Add a "revert" command that will undo all changes to a file |
| 103 | or files in the current check-out - restoring the files back |
| 104 | to their original check-out state. |
| 105 | |
| 106 | * Add an "annotate" command in both the cli and the www interface |
| @@ -118,20 +115,11 @@ | |
| 115 | hash. But you can add a new record to the repository that overloads |
| 116 | a check-in comment with a new comment. Comment changes should be |
| 117 | GPG clearsigned at the very least. Comment changes only apply if |
| 118 | the user who made the change has the right permissions. |
| 119 | |
| 120 | * Get a build working for win32. Perhaps use cygwin. Or omit |
| 121 | the server component from win32 (to eliminate the need for fork()). |
| 122 | |
| 123 | * Make the interface to fossil look pretty and be customizable so |
| 124 | that other people will be attracted to it, will take over maintenance |
| 125 | of it, and we can eventually move on to other things. |
| 126 |