076884d Add a working implementation of deltas

Authored and Committed by otaylor 3 years ago
1 file changed. 38 lines added. 13 lines removed.
    Add a working implementation of deltas
    
    When we update apps.txt and other.txt, we potentially want the include/comment
    fields to be:
    
     <input-dir> + <delta-to-dir> - <delta-from-dir>
    
    This allows us to implemement rebasing.
    
        
file modified
+38 -13