On Thu, Jun 23, 2005 at 09:32:14AM +1000, Stefan Wehr wrote: > file names. Not only scripts have problems with paths starting at the _darcs
Maybe the script writing part could be eased if darcs is given a very simple query command that prints the absolute path to the repo root directory? d=$(darcs query root) for f in $(darcs what | extract); do process $d/$f; done -- Tommy Pettersson <[EMAIL PROTECTED]> _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
