Thus said arnoldemu on Sun, 30 Oct 2016 16:45:43 +0100: > this showed DELETE of file from new location and REVERT of old > location and changes showed this operation was successful. Please > support wildcards for missing files :)
Seems to work for me: $ ls intlace.asm intlace.bat intlace.bin intlace.sh new/ $ fossil mv intlace.* new RENAME intlace.asm new/intlace.asm RENAME intlace.bat new/intlace.bat RENAME intlace.bin new/intlace.bin RENAME intlace.sh new/intlace.sh $ fossil revert intlace.* REVERT intlace.asm DELETE new/intlace.asm REVERT intlace.bat DELETE new/intlace.bat REVERT intlace.bin DELETE new/intlace.bin REVERT intlace.sh DELETE new/intlace.sh "fossil undo" is available to undo changes to the working checkout. $ fossil changes $ Andy -- TAI64 timestamp: 400000005816d3df _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

