Ticket Change Details
Not logged in
Overview

Artifact ID: 7121c5047b9ea7291426b9b89e8d86953e41152f
Ticket: d9d1320e7bd397920726434eab1411908d88d50c
Add a new checkin identifier: pivot:checkin1:checkin2
User & Date: anonymous 2011-02-11 11:52:30
Changes

  1. 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>
    
  2. foundin changed to: "[7bb3db9b64]"
  3. private_contact changed to: "ccd87c60364e1d3e945b6f4d4874f5174b17cc43"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to:
    Add a new checkin identifier: pivot:checkin1:checkin2
    
  7. type changed to: "Feature_Request"