X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/6d01db205f41f16755fe7fbe49694b3bba2121c8..41af1c62fe3bf326cc31e49ef6eee8c06dffd498:/doc/bugs/cannot_revert_page_deletion.mdwn diff --git a/doc/bugs/cannot_revert_page_deletion.mdwn b/doc/bugs/cannot_revert_page_deletion.mdwn index 5292906a1..651b4d0ec 100644 --- a/doc/bugs/cannot_revert_page_deletion.mdwn +++ b/doc/bugs/cannot_revert_page_deletion.mdwn @@ -1,2 +1,10 @@ After deleting a page with the "remove" button, it seems that the page deletion cannot be reverted using the "revert" icon in [[RecentChanges]]. It ironically says that "Error: ?$pagename does not exist". See [[http://ikiwiki.info/ikiwiki.cgi?rev=860c2c84d98ea0a38a4f91dacef6d4e09f6e6c2e&do=revert]]. [[JeanPrivat]] + +> And it only gets that far if the remove plugin is enabled. Otherwise it +> complains that you cannot change $pagename. +> +> The root bug is that git's `rcs_preprevert` creates a structure that +> shows the change that was made (which includes a file deletion), +> not the change that would be made if it was reverted (which includes a +> file addition). [[Fixed|done]]. --[[Joey]]