On Mon, Mar 06, 2006 at 06:42:31PM -0500, Max Battcher wrote: > ``darcs changes`` gives you a list of patches. How do you get a list > of *just* tags?
The [darcs cha -t '.*'] (suggested later in this thread) can be slightly shortened to [darcs cha -t .]. > How do you get an *exact* list of a tag's exact context/dependency? darcs annotate --tag 0.9.3 (use ^, $ and \. for safer matching). -- Tommy Pettersson <[EMAIL PROTECTED]> _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
