2 patches for repository http://darcs.net:
Sun Feb 21 12:56:53 GMT 2010 Eric Kow <kowey@darcs.net>
* Correct online help text for aliases of subcommands.
Sun Feb 21 12:59:33 GMT 2010 Eric Kow <kowey@darcs.net>
* Resolve issue1750: uncover help text for darcs show pristine.
f r { foo = bar } means f (r { foo = bar })
whereas what we really wanted was (f r) { foo = bar }
Good catch on issue1750. I'm surprised that wasn't a type error.
The patches look good to me, I was building them just to be extra
cautious. I'll push them if they compile locally.
Thanks!