Eskil

Ticket Change Details
Login
Overview

Artifact ID: 96661baaea8127973236cc0c2bf31996c10625a3
Ticket: b93b92725558305a82f2b178be514693be4e7895
Dirdiff plugin
User & Date: peter 2014-11-07 16:38:19
Changes

  1. foundin changed to: "2.6.6"
  2. icomment:
    Make a plugin system for directory diff, similar as for file diff.
    A plugin can do file compare and gets:
    Two read streams.
    Info about files (names, size)
    Info about preferences
    Returns "not equal", "equal", or "ok so far".
    "ok so far" would tell normal diff to continue with the streams
    as normal.
    
    A plugin could be allowed to process file names for matching between
    dirs. E.g. if a certain rename pattern has happened, it could help with
    that.
    
  3. login: "peter"
  4. mimetype: "text/x-fossil-plain"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to: "Dirdiff plugin"
  8. type changed to: "Feature_Request"