Fossil SCM
a « patch » command
Closed
f5672eff7e99045…
· opened 15 years ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Minor
- Resolution
- Overcome_By_Events
- Subsystem
- —
- Created
- April 11, 2011 3:56 p.m.
A “fossil patch” command could be of some use for many users in my opinion.
The basic idea is: do whatever fossil merge --cherrypick 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!
Comments (1)
system
2 years, 2 months ago
Closing as part of periodic cleanup.