remove plugin and vcs rm failure reporting

master
Jon Dowland 2009-05-14 14:56:27 +01:00
parent facee6e83e
commit 4bafe93e32
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
The [[plugins/remove]] plugin does not report an error if git rm fails. (It
probably doesn't if other VCS backends fail too). This can happen for example
if a page in your source directory is not a tracked file for whatever reason
(in my case, due to renaming the files and forgetting to commit that change).
-- [[Jon]]