diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2013-02-24 09:24:08 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-02-24 09:24:08 -0400 |
commit | 5a6d33598cb676a2a1a9937b1f28573d071dca99 (patch) | |
tree | 5173e823a9191523a3d4c26d9d11c90928800482 /doc | |
parent | 954bd8fc9e976ee4ac52e246e367cc6e0ce36df9 (diff) | |
download | ikiwiki-5a6d33598cb676a2a1a9937b1f28573d071dca99.tar ikiwiki-5a6d33598cb676a2a1a9937b1f28573d071dca99.tar.gz |
branch updated
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/removal_of_transient_pages.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/removal_of_transient_pages.mdwn b/doc/bugs/removal_of_transient_pages.mdwn index 4843b5900..6d0caf42e 100644 --- a/doc/bugs/removal_of_transient_pages.mdwn +++ b/doc/bugs/removal_of_transient_pages.mdwn @@ -65,7 +65,12 @@ inconsistent between the one-and two-argument forms. Thoughts? >> Try this, then? I had to make some changes to `attachment` >> to make the split versions available. I suggest reviewing >> patch-by-patch. ->> + +>>> Branch updated; I'd missed a use of prune in ikiwiki.in itself. +>>> Unfortunately, this means it does still need to support the +>>> "undefined top directory" case: there isn't an obvious top +>>> directory for wrappers. --[[smcv]] + >> I also tried to fix a related bug which I found while testing it: >> the special case for renaming held attachments didn't seem to work. >> (`smcv/wip/rename-held`.) Unfortunately, it seems that with that |