]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Improve how add_to_preamble and insert_to_preamble work, and audit the
[lyx.git] / src / VCBackend.cpp
index f2057cd360441051e0cf8a94c5ed080ae28dfe26..b3d5e97507fefb4639766b2ac4fcd8ebc57e9816 100644 (file)
@@ -232,6 +232,9 @@ bool RCS::repoUpdateEnabled()
 
 string RCS::lockingToggle()
 {
+       //FIXME this might be actually possible, study rcs -U, rcs -L.
+       //State should be easy to get inside scanMaster.
+       //It would fix #4370 and make rcs/svn usage even more closer.
        lyxerr << "Sorry, not implemented." << endl;
        return string();
 }