Joe Mistachkin wrote:
Joel Bruick wrote:
I've done some work on the revert command that I would like to
eventually merge:

https://www.fossil-scm.org/index.html/info/418dd7ac51ba4e15


The changes seem OK to me; however, my experience with that code
is limited.

I've also cleaned up some lingering bugs and edge cases, and
I've added tests to cover this stuff, too.


Which bugs?

Just a couple little things: case-insensitive filename matching (see test 1-11) and reverting weird rename scenarios (test 4-1). Related to the second one, revert will now abort with an error message if you specify a renamed file that can't be reverted without overwriting a file that wasn't also specified (tests 2-2 and 4-2).
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to