New submission from Mark Stosberg <[EMAIL PROTECTED]>:

This is a low priority suggestion to improve a diagnostic of 'darcs
add'. This illustrates what happened:

 darcs init;
 darcs add ./a/b/c.wiki
 File a does not exist!
 File a/b does not exist!
 File a/b/c.wiki does not exist!

It could stop after the first error, since the others logically follow:

 darcs add ./a/b/c.wiki
 File a does not exist!

I guess there is another bug, which is that directories are being called 
"files".
So it should really say:

 darcs add ./a/b/c.wiki
 Directory a does not exist!

Or even more generically:

 darcs add ./a/b/c.wiki
 "a" does not exist!

        Mark

----------
messages: 344
nosy: droundy, markstos, tommy
status: unread
title: darcs add could stop recursing after parent directory fails.

____________________________________
Darcs issue tracker <[EMAIL PROTECTED]>
<http://bugs.darcs.net/issue88>
____________________________________

_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to