Hello,

I guess this is a corner case - I was testing autosync here, and did
basically the following (in short, making new repo, opening it,
checking in new file, deleting this single file, and trying checkin
again):

$ mkdir f && cd f
$ fossil new f.f
$ mkdir w && w
$ fossil open ../f.f
$ touch a
$ fossil addremove
$ fossil ci -m 'added a'
$ rm a
$ fossil addremove
$ fossil ci -m 'deleted a'
syntax error in manifest

Easy to circumvent, so I think this is not urgent. I used a build from
today's trunk.

Michai
_______________________________________________
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