Overview
Artifact ID: | 83bf992607fc2104736c5f50985bd4557b7bfd9f |
---|---|
Ticket: | f5672eff7e99045d6b732f38141ecdf4d69699a5
a « patch » command |
User & Date: | anonymous 2011-04-11 15:56:19 |
Changes
- 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!
- foundin changed to: "8caf7e1691"
- private_contact changed to: "277de4eda861e8a6d011b60d4006a963a4c7c474"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "a « patch » command"
- type changed to: "Feature_Request"