On Sat, Aug 22, 2009 at 22:42:22 -0400, Isaac Dupree wrote: > I use darcs changes --last=N like all the time! But there's no short > option for --last. Is it because there's a better way to do what I want > (look at some recent patches, especially when I know how many I want to > look at, and especially when I don't want to bother using a pager over > near infinite text) ?
This is not related to your question, but I thought this was a good chance to point out the --max-count flag (which --max nicely disambiguates into) Consider p5 by Isaac p4 by Eric p3 by Isaac p2 by Eric p1 by Isaac p0 by Isaac --last 3: the last 3 patches (p3..p5) --max 3 : only 3 patches (p3..p5) --last 3 --match 'author Isaac': from the last 3 patches the ones with Isaac in their author (p3, p5) --max 3 --match 'author Isaac': at most 3 patches with Isaac in their author (p1,p3,p5) You may also be interested in the currently open bug tracker entries on matchers: http://bugs.darcs.net/issue?%40search_text=&title=&%40columns=title&topic=40&id=&%40columns=id&creation=&creator=&activity=&%40columns=activity&%40sort=activity&actor=&nosy=&priority=&%40group=priority&status=-1%2C1%2C2%2C3%2C4%2C5%2C6%2C16%2C17&%40columns=status&assignedto=&%40columns=assignedto&%40pagesize=50&%40startwith=0&%40queryname=&%40old-queryname=&%40action=search -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9
pgprGs27QVZiz.pgp
Description: PGP signature
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
