On 04/08/10 14:50, David Frascone wrote: > I've been e-mailing them here -- is that the preferred method? I'm not a > darcs-head, so I don't know if I should be doing something different darcs > wise :)
well, if you want to contribute to the darcs repo (is it being maintained? there seemed to be more activity in a few git branches..), then the darcsy way to do it is: darcs get http://fishshell.org/darcs/fish cd fish [make any modifications you want to] darcs record darcs send ...which will send a darcs patch via e-mail. I usually use darcs send -o ../file.dpatch and then attach the file to an e-mail I write, because I've found it to be difficult to configure darcs's e-mail sending to my satisfaction. -Isaac ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
