Diff
Not logged in

Differences From:

File todo.txt part of check-in [e37451d9c2] - Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests. by drh on 2007-08-01 21:59:38. [view]

To:

File todo.txt part of check-in [609e4caf29] - Fixed typos in comments by aku on 2007-08-25 03:23:20. [view]

@@ -4,9 +4,9 @@
     on web pages.
 
  *  If the server does not have write permission on the database
     file, or on the directory containing the database file (and
-    it is thus unable to update database because it cannot create
+    it is thus unable to update the database because it cannot create
     a rollback journal) then it currently fails silently on a push.
     It needs to return a helpful error.
 
  *  If the server returns an error (for example if the outbound /xfer
@@ -26,10 +26,10 @@
 
  *  Additional information displayed for the "vinfo" page:
 
      +  All leaves of this version that are not included in the
-        decendent list.  With date, user, comment, and hyperlink.
-        Leaves in the decendent table should be marked as such.
+        descendant list.  With date, user, comment, and hyperlink.
+        Leaves in the descendant table should be marked as such.
         See the compute_leaves() function to see how to find all
         leaves.
      +  Add file diff links to the file change list.
 
@@ -36,17 +36,17 @@
  *  Timeline enhanced so that you can specify a range of dates.
 
  *  The /xfer handler (for push, pull, and clone) does not do
     delta compression.  This results in excess bandwidth usage.
-    There are some code in xfer.c that are sketches of ideas on
+    There are some pieces in xfer.c that are sketches of ideas on
     how to do delta compression, but nothing has been implemented.
 
  *  Enhancements to the diff and tkdiff commands in the cli.
     Allow the entire tree or a subtree to be diffed, not just a
     single file.  Allow diffs against any two arbitrary versions,
     not just diffs against the current check-out.  Allow
     configuration options to replace tkdiff with some other
-    visual differ of the users choice.
+    visual differ of the users choice. Example: eskil.
 
  *  Ticketing interface (expand this bullet)
 
      +  Create new tickets as files in the file hierarchy