aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/removal_of_transient_pages.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-04-08 15:58:06 -0400
committerJoey Hess <joey@kitenet.net>2012-04-08 15:58:06 -0400
commit358a95d7addfb5bf50799b51b1175b3831ab4e7c (patch)
tree96617732e2687704aa6a36691676a12f74bd1eb7 /doc/bugs/removal_of_transient_pages.mdwn
parenta434e3ed8d40a69de09f5fa94e5ddd495c34d8b6 (diff)
downloadikiwiki-358a95d7addfb5bf50799b51b1175b3831ab4e7c.tar
ikiwiki-358a95d7addfb5bf50799b51b1175b3831ab4e7c.tar.gz
remove: Support removing of pages in the transient underlay. (smcv)
Diffstat (limited to 'doc/bugs/removal_of_transient_pages.mdwn')
-rw-r--r--doc/bugs/removal_of_transient_pages.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/removal_of_transient_pages.mdwn b/doc/bugs/removal_of_transient_pages.mdwn
index 8048ad9cc..dfa14d359 100644
--- a/doc/bugs/removal_of_transient_pages.mdwn
+++ b/doc/bugs/removal_of_transient_pages.mdwn
@@ -53,3 +53,9 @@ although that would be either an incompatible change to internal API
inconsistent between the one-and two-argument forms. Thoughts?
--[[smcv]]
+
+> I've applied the branch as-is, so this bug is [[done]].
+> `prune` is not an exported API so changing it would be ok..
+> I think required 2-argument would be better, but have not checked
+> all the call sites to see if the `$file` is available split out
+> as that would need. --[[Joey]]