Hi,

If I do the following:

fossil new test
fossil open test
echo >1.txt
fossil add 1.txt
fossil commit -m "add file"
fossil changes
(doesn't report changes)
fossil revert 1.txt
REVERT 1.txt
fossil changes
(doesn't report changes)

I am reverting a file that has been added to the repository but there are no 
local changes.
Fossil reports "revert" but this is confusing because there is nothing to 
revert.

Is this expected?






_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to