This is a follow up to patch927, which introduced a regression, but is already
screened.
1 patch for repository http://darcs.net/screened:
Mon Sep 3 00:39:04 BST 2012 Owen Stephens <darcs@owenstephens.co.uk>
* Fix incorrect use of UI PatchInfo printing where disk format is required
The ShowPatch instantce for Named is used by Bundles, so until it's separated
out, we can't use a different format
This implies that there is further work to do, with regards to properly
separating out UI/disk printing functionality. It's *not* enough to
assume ShowPatchBasic is for disk and ShowPatch is for UI (which I had
done, hence this patch was required)