Overview
Artifact ID: | 7121c5047b9ea7291426b9b89e8d86953e41152f |
---|---|
Ticket: | d9d1320e7bd397920726434eab1411908d88d50c
Add a new checkin identifier: pivot:checkin1:checkin2 |
User & Date: | anonymous 2011-02-11 11:52:30 |
Changes
- comment changed to:
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: <verbatim> 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 </verbatim> I'd like to be able to run: <verbatim> fossil update pivot:mybranch:parentbranch </verbatim>
- foundin changed to: "[7bb3db9b64]"
- private_contact changed to: "ccd87c60364e1d3e945b6f4d4874f5174b17cc43"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to:
Add a new checkin identifier: pivot:checkin1:checkin2
- type changed to: "Feature_Request"