Ticket Change Details
Not logged in
Overview

Artifact ID: 6e06c2a220aeee1ff5a8ec81f543ae8747a03ce4
Ticket: cde4448290586f08a18ec76224258683006ad98e
Stash for an uncommitted, untracked file gives no warning or error
User & Date: anonymous 2011-02-06 21:45:34
Changes

  1. comment changed to:
    If you try and explicitly stash a file that isn't being tracked, you get no warning.
    
    <pre>echo "hello" > test.txt
    fossil stash save -m "Test stash" test.txt   # Would expect an error when running this line
    
    # I managed to do the following:
    echo "world" > test.txt
    fossil stash pop</pre>
    
    And blew away some work.  My fault for not having committed the changes, but silently failing definitely seemed like note-worthy bug.
    
  2. foundin changed to: "d5729c31b5"
  3. private_contact changed to: "84f59114b7eee7088fd7e2932599c69c9ad0761b"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    Stash for an uncommitted, untracked file gives no warning or error
    
  7. type changed to: "Code_Defect"