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) ?
I've found ``darcs changes --interactive`` (which I tend to spell ``darcs cha -i``) to be more generally useful. It's just not as well known; which was why there was a request to make it the default for changes, but that was decided against.
Also, you can already use ``darcs cha --la 4`` (that's the shortest unambiguous shortening of --last).
If you still feel strongly about, your next step would be indeed to file it on the bug tracker as a feature request.
-- --Max Battcher-- http://worldmaker.net _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
