Ticket Change Details
Not logged in
Overview

Artifact ID: 61436a42c69ab76e3d2dc34597ce2f9ee38e6de6
Ticket: 1e43138b8b8e90fadd20f39155d522175f168662
SQLITE_CONSTRAINT on rename
User & Date: anonymous 2012-11-07 10:27:44
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous added on 2012-11-07 10:27:44 UTC:</i><br />
    I'm sorry for missing new lines
    <pre>
    rem on Windows 7:
    fossil new kim_possible.__fossil__
    fossil open kim_possible.__fossil__
    echo Disney land > disney.txt
    echo New Disney land > new_disney.txt
    fossil add disney.txt new_disney.txt
    fossil ci -m "two"
    echo Updated >> new_disney.txt
    fossil ci -f -m "Updated" -branch updated
    fossil delete disney.txt
    fossil rename new_disney.txt disney.txt 
    </pre>
    
  2. resolution changed to: "Open"