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
- 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.
- foundin changed to: "d5729c31b5"
- private_contact changed to: "84f59114b7eee7088fd7e2932599c69c9ad0761b"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to:
Stash for an uncommitted, untracked file gives no warning or error
- type changed to: "Code_Defect"