> Fri Jan 9 10:07:26 CET 2009 [email protected] > * resolve issue1270: don't show the motd when --xml-output is given
Applied, thanks! resolve issue1270: don't show the motd when --xml-output is given ----------------------------------------------------------------- > +-- unless either the 'XMLOutput' or the 'Quiet' flags are passed in thanks for updating that too > show_motd :: [DarcsFlag] -> String -> IO () > hunk ./src/Darcs/Repository/Motd.lhs 44 > -show_motd opts repo = unless (Quiet `elem` opts) $ do > +show_motd opts repo = unless (Quiet `elem` opts || XMLOutput `elem` opts) $ > do just narrowing down to the 'active ingredient' for the interested -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9
signature.asc
Description: Digital signature
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
