New submission from ar <[EMAIL PROTECTED]>: I frequently run into "darcs get" not understanding the --patches and --matches options; it seems like a logical thing to expect.
In particular, working with darcs is greatly facilitated by using naming conventions for the patches, and I often want a repo where only one such set of patches is present (e.g., working copies for various sub-projects). Currently, the easiest way I am aware of is: $ mkdir foo $ cd foo $ darcs init $ darcs pull --patches=... bar instead of the more intuitive: $ darcs get --patches=... bar foo $ cd foo ---------- messages: 1493 nosy: EricKow, ar, beschmi, droundy, tommy priority: wishlist status: unread title: darcs get: recognize --patches, --matches ____________________________________ Darcs issue tracker <[EMAIL PROTECTED]> <http://bugs.darcs.net/issue418> ____________________________________ _______________________________________________ darcs-devel mailing list [email protected] http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel
