On Jun 11, 2007, at 2:07 , Lele Gaifax wrote:
Uhm, sorry, but after re-reading your previous email, where you added this little test recipe:: cd /tmp mkdir tailor-test cd tailor-test mkdir foo cd foo darcs init echo "This is some data" > A darcs add A && darcs record -a -m "Adding A" darcs mv A B && darcs record -a -m "Renaming A" my comment above does not have any sense: there were *two* distinct changesets!
I've run into some similar problems, and I believe I've sent in one changeset that solved half of them. However, I'd since run into a different variation and came up with a better fix but have not submitted it.
How do you actually run these tests? If I can run them, I can test my newer changes and make sure it's working for all the scenarios I've encountered.
My testing methodology has been to attempt to replicate certain repositories.
-- Dustin Sallings