diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-06 14:39:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-06 14:39:10 -0400 |
commit | 237ea79d715fbba5c1be0b73fbe008b3221975fb (patch) | |
tree | fac4414563696c4296ac615430a977eeb2c9039e /doc/plugins/write.mdwn | |
parent | 9366c5efd38a4c1c7f5d4506982b9bda20eb9ada (diff) | |
download | ikiwiki-237ea79d715fbba5c1be0b73fbe008b3221975fb.tar ikiwiki-237ea79d715fbba5c1be0b73fbe008b3221975fb.tar.gz |
remove rcs_showpatch
Diffstat (limited to 'doc/plugins/write.mdwn')
-rw-r--r-- | doc/plugins/write.mdwn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 1bd3b0f87..3eade34ee 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -1212,12 +1212,6 @@ It should try to revert the specified rev, which includes committing the reversion, and returns undef on _success_ and an error message on failure. -#### `rcs_showpatch(@)` - -This is passed a named parameter rev that is a RCS-specific -change ID. It should generate a diff-style patch showing the changes -made and return it. - ### PageSpec plugins It's also possible to write plugins that add new functions to |