On Sat, Oct 4, 2008 at 10:47 PM, Trent W. Buck <[EMAIL PROTECTED]> wrote: > David Roundy <[EMAIL PROTECTED]> writes: >> Something like darcs pull -n 30-100 should work, you'd just have to count >> backwards. > > "darcs pull --help" doesn't mention any -n switch in 2.1.0pre2. Is this > a bug in the documentation?
You're right, I didn't check. darcs pull doesn't support match_several_or_range (like changes), but just match_several. I wonder if there's any reason we couldn't allow range matching? It does use a different matching API, I believe, so we'd have to do some work to allow the -n flag... David _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
