Fossil SCM
Add a new checkin identifier: pivot:checkin1:checkin2
Open
d9d1320e7bd3979…
· opened 15 years, 2 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Minor
- Resolution
- Open
- Subsystem
- —
- Created
- Feb. 11, 2011 11:52 a.m.
When I want to see the differences between a branch and its parent, I find myself often preparing one directory at the branch leaf, and the other at the pivot with the parent:
cd mybranch; fossil update mybranch; cd ..
cd pivot; fossil test-find-pivot mybranch parentbranch; fossil update XXXXX
meld mybranch pivot # a program to show the differences between trees
I'd like to be able to run:
fossil update pivot:mybranch:parentbranch
anonymous claiming to be viric added on 2011-02-11 12:21:30 UTC: Maybe it is not the best place to write this, but I'd also find comfortable "fossil update parent" working.