>> Is there a particular reason for replica/applylog to masquerade file
>> deletions as additions?  Or that's just a typo?
> 
> i'm pretty sure this code does remove files.

no doubts about what it does, but rather what it says to the user:

…
                    DoRemove:
                        USED(checkedmatch1);
                        assert(ismatch(name));
                        chat("a %q %luo %q %q %lud\n", name, rd.mode, rd.uid, 
rd.gid, rd.mtime);
…

I guess there should be chat("d %q %luo %q %q %lud\n", …) instead.
Or do I miss something?


Reply via email to