projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71fa036
)
response
author
Joey Hess
<joey@kitenet.net>
Mon, 30 Aug 2010 18:44:10 +0000
(14:44 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 30 Aug 2010 18:44:10 +0000
(14:44 -0400)
doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
b/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
index 0801f7fcd823a0733586ca18b1e869458cf2fce2..5d0318ae10f66363642ac49539d3f2c7dbd9a6e4 100644
(file)
--- a/
doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
+++ b/
doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
@@
-9,3
+9,5
@@
files from the source repository when it has been disabled?
>> in most cases, it is not, thanks to .gitignore or similar, but we
>> can't be sure. So I just can't decide it is needed to call
>> `rcs_remove` rather than a good old `unlink`. --[[intrigeri]]
+
+>>> I guess you could call `rcs_remove` followed by `unlink`. --[[Joey]]