While doing the tests detailed in my other thread (delta.c assertion failure on 
Linux) I came across two other oddities that seem like unrelated issues, so I’m 
starting a new thread for them.

I think Ross Berteig ran into some of this, so please forgive any redundancy.  
I didn’t want these separate issues to get lost in the other thread.

While cd’d into a fossil-scm.org repo checkout, run these commands:

   f mv --hard src/zip.c src/zop.c
   f stash save -m zop
   f stash show
   f stash pop
   f status

Notice two odd behaviors:

1. Apparently every file in the repository has an empty diff saved with it.  
(Confirmed by the “stash show” command.)

2. The file rename is not rescheduled.  It says:

  MISSING    zip.c

but it should say:

  RENAMED    zop.c
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to