On Thu, Apr 09, 2009 at 13:41:37 +0000, Nicolas Pouillard wrote: > Thu Apr 9 15:33:21 CEST 2009 Nicolas Pouillard <[email protected]> > * No longer use the color printer for the rollback log (resolved issue1339)
Looks good! You could amend --edit that as "resolved issue1339: ..."
so that it gets picked up by our bugtracker integration script?
No longer use the color printer for the rollback log (resolved issue1339)
-------------------------------------------------------------------------
> hunk ./src/Darcs/Commands/Rollback.lhs 130
> do when (nullFL ps'') $ do logMessage "No changes selected!"
> exitWith ExitSuccess
> let make_log = world_readable_temp "darcs-rollback"
> - newlog = Just ("", "":"rolling back:":"":lines (show $
> summary ps ))
> + newlog = Just ("", "":"rolling back:":"":lines (renderString
> $ summary ps ))
I'm actually just trusting your here that show effectively has the same
effect as using ColorPrinter
--
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
pgpmYldZIYY2F.pgp
Description: PGP signature
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
