[darcs-users] darcs patch: make '--output-auto-name' accept optional directory argument

Dmitry Kurochkin dmitry.kurochkin at gmail.com
Fri Sep 12 15:48:45 UTC 2008


On Fri, Sep 12, 2008 at 7:06 PM, David Roundy <droundy at darcs.net> wrote:
[skip]
> I ended up fixing this myself (it was pretty easy).  So there's no
> need for you to send something.

hunk ./src/Darcs/Arguments.lhs 1150
-    show_long_options (map (++(" "++arg)) b) ++ latex_help h ++ "\\\\"
+    show_long_options (map (++("[="++arg++"]")) b) ++ latex_help h ++ "\\\\"

In other cases space (" ") is used to separate option name from
argument. I think it should be changed to "=" or " " in all cases for
consistency.

Regards,
  Dmitry


More information about the darcs-users mailing list