Note: this may not be the best way to fix this. It works for me, anyway.

Fri Jun 13 13:09:22 CEST 2008  [EMAIL PROTECTED]
  * fix issue #918: use simplePrinters for xml output in "darcs changes" command

New patches:

[fix issue #918: use simplePrinters for xml output in "darcs changes" command
[EMAIL PROTECTED] hunk ./src/Darcs/Commands/Changes.lhs 131
-            putDocLnWith fancyPrinters $ changelog opts $
-                         filtered_changes patches
+            let printers = if XMLOutput `elem` opts then simplePrinters else fancyPrinters
+            putDocLnWith printers $ changelog opts $ filtered_changes patches

Context:

[TAG 2.0.1rc2
David Roundy <[EMAIL PROTECTED]>**20080613011745] 
Patch bundle hash:
e8b1fe83c2d1b2fac26f62ff3fa57ed388fe11d0
_______________________________________________
darcs-users mailing list
darcs-users@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to