Diff
Not logged in

Differences From:

File todo.txt part of check-in [c82fb61775] - Added support for a user defined diff command, which if set (fossil config diff-command), is run by default. The user can give a -i flag to run the internal diff command regardless of user defined diff command setting. Removed command tkdiff, no longer needed. Made the config remove message a bit more clear, when removing a config setting, it states it has been removed instead of telling you it's undefined. by jnc on 2007-09-24 06:53:46. [view]

To:

File todo.txt part of check-in [43b33702b4] - Minor updates to the todo.txt and ideas.txt files. by drh on 2007-09-24 12:55:42. [view]

@@ -17,18 +17,16 @@
     fwrite() in http.c:103 throws a signal and kills the child
     process.  fwrite() is not suppose to do this.  Need to figure
     out what is going wrong.
 
- *  Bug: pull is ending prematurely.
-
  *  Bug: Make sure merge and other commands (check-out) do not try
     to use a phantom.
-¿
+
  *  The ipaddr field of the rcvfrom table is not being set.  This
     field should be the IP address from which information is received
     for the local repository.  So when somebody does a push of new
     files we record the ipaddr.  Or when we do a pull, we record
-    the ipaddr.
+    the ipaddr.  (I think this has been fixed.  Need to test.)
 
  *  Additional information displayed for the "vinfo" page:
 
      +  All leaves of this version that are not included in the
@@ -36,15 +34,8 @@
         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.
-
- *  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 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,