Ticket Change Details
Not logged in
Overview

Artifact ID: 83bf992607fc2104736c5f50985bd4557b7bfd9f
Ticket: f5672eff7e99045d6b732f38141ecdf4d69699a5
a « patch » command
User & Date: anonymous 2011-04-11 15:56:19
Changes

  1. comment changed to:
    A “fossil patch” command could be of some use for many users in my opinion.
    
    The basic idea is: do whatever <tt>fossil merge --cherrypick</tt> does, but following multiple descendents at a time.
    
    The syntax would be:
    
      *  fossil patch --from A --to B ==> same as “fossil diff --from A --to B | patch -p0”
      *  fossil patch --to B ==> same as “fossil merge --cherrypick B”
    
    Of course it would honor merge_cmd and other settings!
    
  2. foundin changed to: "8caf7e1691"
  3. private_contact changed to: "277de4eda861e8a6d011b60d4006a963a4c7c474"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to: "a « patch » command"
  7. type changed to: "Feature_Request"